Skip to main content
POST
Charge a saved 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

amount
integer<int32>
registrationId
string<uuid>
paymentMethodId
string
companyId
string<uuid> | null
companyReferenceId
string | null
shortDescription
string | null
feePayer
string | null
attachment
string | null
dueDate
string<date> | null

Response

OK

paymentRequestId
string<uuid>
registrationId
string<uuid>
status
string
chargedAmount
integer<int32>
Last modified on June 2, 2026