Skip to main content

ReturnUrl

Return URLs provided by the partner

successstring

Success URL, used to return the customer back to the partner after a successful transaction

Example: http://example.com/success
failurestring

Failure URL, used to return the customer back to the partner after a failed transaction

Example: http://example.com/failure
defaultstring

Default URL, used if success and/or failure URLs are not provided

Example: http://example.com/default
ReturnUrl
{
"success": "http://example.com/success",
"failure": "http://example.com/failure",
"default": "http://example.com/default"
}