Posteering
Reference

Validate the status of a transaction by its BRR — partner perimeter.

Returns the current lifecycle status of the collection transaction identified by the supplied BRR. The authenticated partner may query only BRRs belonging to their own transactions; a BRR that resolves to another partner's transaction, or to no transaction, returns 404.

GET
/api/v1/bankrail/tokens/{brr}/status

Authorization

X-Bankrail-Key-Id<token>

Partner-visible credential identifier issued by bank-rail at credential provisioning time. Names which credential signed the request; the corresponding signing secret never appears in any request.

In: header

Path Parameters

brr*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/bankrail/tokens/string/status"
{  "brr": "BRR-0123456789ABCDEF01234567",  "status": "pending",  "amountKobo": 0,  "currency": "NGN",  "reference": "string",  "createdAt": "2019-08-24T14:15:22Z",  "amountPaidKobo": 0}
Empty
Empty
Empty