Skip to main content
POST
Authorize a card

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Body

locationId
string<uuid>
amount
integer<int32> | null
registrationId
string<uuid> | null
contactNumber
string | null
returnUrl
string | null

Response

OK

paymentRequestId
string<uuid>
url
string
registrationPersonId
string<uuid> | null
Last modified on July 21, 2026