Skip to main content
POST
Top Up card balance

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Card ID

Body

application/json

Top Up Card Balance

Card top up balance params

amount
integer
required

Amount to top up (R$)

entity_id
string
required

Entity UUID

origin_bank_account_id
string
required

Source bank account UUID

Response

Top Up Successful

The response is of type string<string>.

Example:

"No Content"