Skip to Content
docs
B2B PaymentPayment Status

Payment Status

Query the current status of a B2B payment by its order_id.

GET
***

Response Parameters

NameTypeDescription
statusRequired
StringPayment status. Values: `PENDING`, `PROCESSING`, `SUCCESS`, `FAILED`.
order_idOptional
StringThe merchant-provided order identifier, echoed back from the original request.
bulkIdOptional
StringBank bulk operation identifier.
amountOptional
StringPayment amount.
payee_ibanOptional
StringRecipient IBAN.
payee_nameOptional
StringRecipient name.
webhook_sentOptional
BooleanIndicates whether the webhook notification was sent.
created_atOptional
StringPayment creation timestamp (ISO 8601).
Response Example
1{
2 "status": "PROCESSING",
3 "order_id": "order-20240430-001",
4 "bulkId": "11523",
5 "amount": "1000.00",
6 "payee_iban": "AZ29ABCD000000000000000000000",
7 "payee_name": "Technology LLC",
8 "webhook_sent": false,
9 "created_at": "2026-04-30T10:15:22.000000Z"
10}

Payment Statuses

StatusMeaning
PENDINGNot yet submitted to the bank
PROCESSINGSubmitted to the bank, awaiting response
SUCCESSPayment completed successfully
FAILEDPayment failed