Skip to main content
GET
/
payment-intents
/
url
/
{token}
Retrieve configured URLs
curl --request GET \
  --url https://api.example.com/payment-intents/url/{token}
{
  "onSuccessRedirectionUrl": "<string>",
  "onFailRedirectionUrl": "<string>",
  "onCancelRedirectionUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hub2.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

Provided merchant's token.

Response

onSuccessRedirectionUrl
string
required

Redirection url on success

onFailRedirectionUrl
string
required

Redirection url on fail

onCancelRedirectionUrl
string
required

Redirection url on cancel