Delivery Request

Read on how to request for and get status of delivery of a transaction

Once the transaction has been created, you will need to request initialization of transaction delivery using this API. Delivery request can be initiated in the following scenario:

  • Transaction Status is in PENDING or PROCESSED state and Delivery Status is PENDING

Until delivery is requested and approved, the transaction will not be forwarded for payout.

PATCH /senders/{{senderId}}/transactions/delivery-requests/{{transactionId}}

FieldRequiredTypeDescription

senderId

Yes

UUID

Sender ID

transactionId

Yes

UUID

Transaction ID

status

Yes

string

Value must be "DELIVERY_REQUESTED".

comment

No

string

Comment.

Last updated