Grabpay
Features
Processing currencies | MYR |
---|---|
Settlement currencies | USD |
Minimum transaction amount | 0.01 MYR |
Maximum transaction amount | 2,500 MYR |
Refunds | ❌ |
Partial Refunds | ❌ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
grabpay
1.
Direct API
How to integration
grabpay
to the list of payment method types.{
"amount":1050,
"currency":"MYR",
"confirm":true,
"payment_method_data" : {
"type":"grabpay"
},
"description": "product description",
"return_url":"https://your.website"
}
{
"id": "pi_1747105972314177536",
"object": "payment_intent",
"created": 1705377498000,
"livemode": true,
"currency": "MYR",
"amount": 1050,
"status": "requires_action",
"description": "product description",
"client_secret": "pi_1747105972314177536_secret_TOwlzZT3bs6oRF1xVxFY621q",
"next_action": {
"type": "grabpay_handle_redirect",
"grabpay_handle_redirect": {
"url": "https://api.wooshpay.com/v1/receives/c8/pay/c1747105972469366784"
}
},
"payment_method_types": ["grabpay"],
"confirmation_method": "automatic",
"return_url": "https://your.website",
"payment_method": "pm_1747105972209319936",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:02:12