Confirm and redirect to frontend Deprecated
Redirect endpoint to confirm a payment method. External services redirect the user here and in turn this endpoint redirects the user to the frontend.
Path parameters
-
single use token
GET /payment-methods/confirm/{token}
curl \
-X GET https://api.pace.cloud/pay/2021-2/payment-methods/confirm/eyJ1Ijoic2VwcCIsIm4iOiIza2t6VHVlMk9Icz0ifQ
Response examples (404)
{
"errors": [
{
"id": "string",
"links": {
"about": "string"
},
"status": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}
Response examples (500)
{
"errors": [
{
"id": "string",
"links": {
"about": "string"
},
"status": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}