Skip to main content
POST
Confirm payment setup

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Consumer account ID.

Body

application/json
payment_profile_id
integer
required

Payment profile owned by this account or saved for the same authenticated consumer profile.

is_terms_accepted
boolean
required

Must be true.

Response

Payment setup completed, or a due settlement was processed immediately.

message
string
required
Examples:

"Payment profile stored."

"Payment setup completed."

"Settlement payment processed."

data
object
required
Last modified on July 19, 2026