HTTP GET to query invoices or checkouts from Branta.
Last updated 3 days 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.
{ "payment": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", "created_at": "2024-09-02T12:34:56Z", "platform": "Example Platform", "ttl": 86400 }