ShopeePay
Features
Processing currencies | IDR,MYR,THB |
---|---|
Settlement currencies | EUR |
Maximum transaction amount | 5,000 MYR /7,000THB |
Refunds | ✅ |
Partial Refunds | ✅ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
shopeepay
1.
Direct API
How to integration
shopeepay
to the list of payment method types.{
"amount":100,
"currency":"MYR",
"confirm":true,
"payment_method_data" : {
"type":"shopeepay"
},
"return_url":"https://your.website"
}
{
"id": "pi_1670649173596176384",
"object": "payment_intent",
"created": 1687148777000,
"livemode": false,
"currency": "MYR",
"amount": 100,
"status": "requires_action",
"client_secret": "pi_1670649173596176384_secret_lgvuBbzHLiCEvfbg0j21Abhu",
"next_action": {
"type": "shopeepay_handle_redirect",
"shopeepay_handle_redirect": {
"url": "https://apitest.wooshpay.com/v1/receives/c12/pay/pi_1670649173596176384"
}
},
"payment_method_types": [
"shopeepay"
],
"confirmation_method": "automatic",
"return_url": "https://your.website",
"payment_method": "pm_1670649173478735872",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-07-15 07:01:31