Deposit information
order_id or/and custom_transaction_id parameters must be set.
Authorizations
apikeystringRequired
Query parameters
project_idnumberRequiredExample:
Project ID in the A-Pay system
123order_idstring Β· min: 16 Β· max: 16OptionalExample:
Deposit ID in the A-Pay system
7fa13dbc3b79e05ePattern: ^[0-9a-f]{16}$custom_transaction_idstring Β· max: 200Optional
Transaction ID in the client's system
Responses
200
OK
application/json
Responseone of
or
400
Error
application/json
get
/Remotes/deposit-infoExample of the responses:
{
"success": true,
"status": "Success",
"order_id": "7fa13dbc3b79e05e",
"amount": 10,
"currency": "INR",
"payment_system": "mpesa",
"custom_transaction_id": "custom123",
"custom_user_id": "user123",
"created_at": 1665135515
}Last updated