Virtual_account
Example
//
// Request
curl --location --request POST 'https://api.topay.mobi/v1/order/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
* "request_id": "custom_code9982674851738108",
"pay_currency": "INR",
* "currency": "INR",
* "amount": "150",
* "payment_method": "direct",
* "payment_type": "virtual_account",
* "payment_channel": "bank_card", //see support wallet code
* "product_name": "product info",
* "customer_ref_id": "abcd1234",
"notify_url": "https://notify.url",
"remark": "payout test remark",
}'Last updated