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