BankTransfer
Example
curl --location --request POST 'https://api.topay.mobi/v1/order/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
* "request_id": "custom_code9982674851738108",
* "currency": "PKR",
* "amount": "150",
* "settle_currency": "PKR", // fixed value: PKR
* "payout_method": "bank_transfer", // fixed value: wallet_transfer
* "bank_code": "1001128", // see enums
* "country": "PK", // fixed value: PK
* "account_name": "GUILHERME ****** SOUZA",
* "account_no": "22*******99",
* "phone": "12345789123",// real phone number
* "email": "[email protected]", //could be fake
* "document_id": "22*******99",
* "notify_url": "https://notify.url",
* "remark": "payout test remark",
}'Last updated