Payments
Retrieve configured URLs
This endpoint fetch the merchant’s preference and return the redirection URL saved in there. This is mostly used for the Hub2 modal feature. You must provide the payment intent token for that.
GET
/
payment-intents
/
url
/
{token}
Path Parameters
token
string
requiredProvided merchant's token.
Response
200 - application/json
onSuccessRedirectionUrl
string
requiredRedirection url on success
onFailRedirectionUrl
string
requiredRedirection url on fail
onCancelRedirectionUrl
string
requiredRedirection url on cancel