Recebedores
Listar recebedores
Lista todos os recebedores do merchant autenticado.
Lista todos os recebedores do merchant autenticado.
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
application/json
application/json
curl -X GET "https://example.com/v1/recipients"{
"success": true,
"message": "string",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"owner_type": "string",
"owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
"type": "bank_account",
"is_primary": true,
"details": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}{
"success": false,
"message": "string",
"error": "string"
}