Skip to main content
GET
/
api
/
v1
/
merchant
/
payment-return-url
Get merchant default payment return URL
curl --request GET \
  --url https://api-beta.pepay.io/api/v1/merchant/payment-return-url \
  --header 'Authorization: Bearer <token>'
{
  "payment_return_url": "https://merchant.example.com/checkout/complete",
  "payment_return_url_enabled": true
}

Authorizations

Authorization
string
header
required

JWT token for wallet authentication

Response

Default return URL retrieved

payment_return_url
string<uri> | null
Example:

"https://merchant.example.com/checkout/complete"

payment_return_url_enabled
boolean
Example:

true