HTTP GET to query invoices or checkouts from Branta.
Last updated 7 months ago
Get details of a payment by address.
The unique identifier string of the payment.
GET /v1/payments/{payment_string} HTTP/1.1 Host: staging.branta.pro Accept: */*
Payment details retrieved successfully.
{ "id": "1", "payment": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", "merchant": "Example Merchant", "description": "Invoice #1", "created_at": "2024-09-02T12:34:56Z", "platform": "Example Platform", "ttl": 86400 }