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