Cashout Transaction Object
No | Name | Type | Mandatory | Min Length | Max Length | Description |
---|---|---|---|---|---|---|
1 | amount | String | M | 1 | 20 | |
2 | mobile_phone | String | M | 1 | 20 | |
3 | referenceNumber | String | C | 1 | 36 | Generate by Bank |
4 | token | String | M | 1 | 64 | |
5 | trxId | String | M | 1 | 32 | Generate by Channel |
"transaction": {
"amount": "100000",
"mobile_phone": "08112875234",
"referenceNumber": "11047578623",
"token": "371775",
"trxId": "T4DU2409041109320101"
}