curl --request GET \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/pix \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"status": "pending",
"description": "BTG Pactual ****0010",
"trackingRef": "CIR13FB13A",
"transferTypesInfo": {
"pix": {
"currencies": [
"BRL"
]
}
},
"riskEvaluation": {
"decision": "approved",
"reason": "3000"
},
"fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
]
}curl --request GET \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/pix \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"status": "pending",
"description": "BTG Pactual ****0010",
"trackingRef": "CIR13FB13A",
"transferTypesInfo": {
"pix": {
"currencies": [
"BRL"
]
}
},
"riskEvaluation": {
"decision": "approved",
"reason": "3000"
},
"fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved all bank accounts for PIX transfers.
Show child attributes
Unique system generated identifier for the entity.
"b8627ae8-732b-4d25-b947-1df8f4007a29"
Status of the account. A pending status indicates that the linking is in-progress; complete indicates the account was linked successfully; failed indicates it failed.
pending, complete, failed Bank name plus last four digits of the PIX account number.
"BTG Pactual ****0010"
Wire tracking ref that needs to be set in the wire reference to beneficiary field.
"CIR13FB13A"
A <TransferType, TransferTypeInfo> map which shows transfer types supported on this account as well as additional information for each. For PIX accounts this will always only show information for PIX transfers.
Show child attributes
Additional information for specific transfer type.
Show child attributes
Currency code.
USD, EUR, MXN, SGD, BRL { "pix": { "currencies": ["BRL"] } }
A UUID that uniquely identifies the account number. If the same account is used more than once, each card object will have a different id, but the fingerprint will stay the same.
"eb170539-9e1c-4e92-bf4f-1d09534fdca2"
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
Results of risk evaluation. Only present if the payment is denied by Circle's risk service.
Was this page helpful?