post https://api.durianpay.id/v1/payments/charge
The following endpoint charges the payment for E-wallet
Log in to see full request history
Response
The following endpoint charges the payment for E-wallet
xxxxxxxxxx
curl --request POST \
--url https://api.durianpay.id/v1/payments/charge \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"EWALLET"}'
xxxxxxxxxx
13{
"type": "EWALLET",
"response": {
"payment_id": "pay_dAM0lqkVuk0074",
"order_id": "ord_TVZ6EYuBJ85268",
"mobile": "08123123123",
"status": "processing",
"expiration_time": "2021-04-02T15:08:57.800297779Z",
"checkout_url": "https://link.to/ewallet-checkout-url",
"paid_amount": "1000.00",
"metadata": {}
}
}