Skip to main content
POST
Transfer card balance to another card

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

From card ID

Body

application/json

Transfer Card Balance

Card transfer balance params

amount
integer
required

Amount to transfer (R$)

destination_card_id
string
required

Destination card UUID

entity_id
string
required

Entity UUID

Response

Transferred

The response is of type string<string>.

Example:

"No Content"