Bank
To collect funds using Bank, follow the steps below
BANK is the value to be set for the parameter,
method
in the request collection body. For Hosted Payment Page payments, we expect you to provide a, redirect_url
where we will redirect the customer when they complete or cancel the transaction once you have redirected them to the payment_url
we will return.Sample Request Body
{
...
"method": "BANK",
"redirect_url": "https://my-domain.com/redirect_url"
...
}
payment_url
will be returned which you will redirect the customer to complete the paymentSample Response Body
{
...
"payment_url": "https://sandbox.dusupay.com/v1/completepayment",
...
}
Whenever a
payment_url
is returned in any response body, you are expected to redirect the customer to it for them to be able to complete the transaction initiated.post
https://sandbox.dusupay.com/v1/collections
Bank Collection API
Last modified 9mo ago