FPX
Features
Processing currencies | MYR |
---|---|
Settlement currencies | USD |
Minimum transaction amount | 0.01 MYR |
Maximum transaction amount | 5000 MYR |
Refunds | ✅ |
Partial Refunds | ❌ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
fpx
1.
Direct API
How to integration
fpx
to the list of payment method types.{
"amount":1050,
"currency":"MYR",
"confirm":true,
"payment_method_data" : {
"type":"fpx"
},
"description": "product description",
"quantity": 1,
"return_url":"https://your.website"
}
{
"id": "pi_1746731793865768960",
"object": "payment_intent",
"created": 1705288287000,
"livemode": true,
"currency": "MYR",
"amount": 1050,
"status": "requires_action",
"description": "product description",
"quantity": 1,
"client_secret": "pi_1746731793865768960_secret_x3GY1jyXnqh7iYO2mIirIUtS",
"next_action": {
"type": "fpx_handle_redirect",
"fpx_handle_redirect": {
"url": "https://api.wooshpay.com/v1/receives/c8/pay/c1746731794167758848"
}
},
"payment_method_types": [
"fpx"
],
"confirmation_method": "automatic",
"return_url": "https://your.website",
"payment_method": "pm_1746731793723162624",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:04:48