Brazil Bank Account
Attach a payment method to your customer
Once a customer has completed the KYC requirements in Brazil, the next step is to attach a payment method.
To add the customer's PIX bank account, simply call the Create Payment Method endpoint. The name and account login of the bank account owner must match that of the Customer's KYC information.
To view a list of the required fields to add a payment method, use the List Payment Methods Requirements endpoint.
Field | Value |
---|---|
type | PIX |
accountNumber | 11 Digit Account Number |
accountType | CPF |
Creating a PIX Account Using Email
If using EMAIL
to add PIX account, the email must match that of the customer's KYC information.
{
"customerId": "1a9f7cea-34e4-4f6d-bbbc-02cf4e253105",
"type": "PIX",
"fiatAccountFields": {
"accountNumber": "[email protected]",
"accountType": "EMAIL"
}
{
"fiatAccountId": "9da71221-b063-416b-bf17-9253def968d6",
"type": "PIX",
"accountNumber": "[email protected]",
"accountType": "EMAIL",
"createdAt": "2024-12-03T18:14:04.835Z"
}
Creating a PIX Account using CPF
If using CPF
to add PIX account, the DNI of the account owner must match what was registered in KYC.
Updated 4 days ago