payments:read scope.
Request
GET https://api.blockra.io/payments/{id}
Path parameters
The payment ID, prefixed
pay_ (e.g. pay_a1b2c3d4e5f6g7h8i9j0k1l2).Response
Returns a200 with the matching payment object wrapped in the standard data envelope.
Current lifecycle status:
pending, detected, completed, overpaid, underpaid, expired, failed, or cancelled.The associated customer
{ id, email }, or null if no customer was linked.ISO-8601 timestamp when funds were first seen on-chain, or
null.ISO-8601 timestamp when the payment was confirmed, or
null.
