Colombia Bank Account

Attach a payment method to your customer

Once a customer has completed the KYC requirements in Colombia, the next step is to attach a payment method.

To add the customer's bank account, simply call the Create Payment Method endpoint. The name and DNI 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.

FieldValue
typeACH
accountNumber10 or 11 Digit Account Number
accountTypeAHORRO | NEQUI
accountNameBancamia
{
  "customerId": "3e2b09c3-8f83-4396-b121-3ca25f8a2f65",
  "type": "ACH",
  "fiatAccountFields": {
    "accountNumber": "03052833711",
    "accountType": "AHORRO",
		"accountName": "BANCAMIA"
  }
}
{
	"fiatAccountId": "64922400-a5c2-4d52-b0fe-c72f5ae99e57",
	"type": "ACH",
	"accountNumber": "3128588509",
	"accountType": "AHORRO",
	"accountName": "BANCAMIA",
	"bankName": "BANCAMIA",
	"createdAt": "2025-02-18T21:41:19.564Z"
}