OVO
Features
Processing currencies | IDR |
---|---|
Settlement currencies | USD |
Minimum transaction amount | 1 IDR |
Maximum transaction amount | No transaction limit |
Refunds | ❌ |
Partial Refunds | ❌ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
ovo
1.
Direct API
How to integration
ovo
to the list of payment method types.{
"amount":10000,
"currency":"IDR",
"confirm":true,
"payment_method_data" : {
"type":"ovo"
},
"return_url":"https://yourwebsite.com"
}
{
"id": "pi_1744608849463083008",
"object": "payment_intent",
"created": 1704782138000,
"livemode": false,
"currency": "IDR",
"amount": 10000,
"status": "requires_action",
"client_secret": "pi_1744608849463083008_secret_iYnXt459JTwIntDyElCHDNml",
"next_action": {
"type": "ovo_handle_redirect",
"ovo_handle_redirect": {
"url": "https://apitest.wooshpay.com/v1/receives/c12/pay/pi_1744608849463083008"
}
},
"payment_method_types": [
"ovo"
],
"confirmation_method": "automatic",
"return_url": "https://yourwebsite.com"
"payment_method": "pm_1744608849370808320",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:03:20