v1

latestOpenAPI 3.1.02026-07-241040774.6 KB

Obter saldo

get/recipients/{recipient_Id}/balance

Path parameters

recipient_idstring required

Identificador do recebedor

Response

200

currencystring
available_amountinteger
waiting_funds_amountinteger
transferred_amountinteger

Example response

{
  "currency": "BRL",
  "recipient": {
    "id": "rp_pVZR1qZi64F9bR5e",
    "name": "First recipient",
    "email": "first_recipient@mundipagg.com",
    "document": "12728994706",
    "description": "Descrição do recebedor 1",
    "type": "individual",
    "status": "active",
    "created_at": "2020-10-08T21:35:26Z",
    "updated_at": "2020-10-17T18:54:06Z"
  }
}