General
API Documentation
- Introduction
- Endpoints
- Customers
- Payment Methods
- Payment Requests
Webhooks
Get All Payment Requests
Returns a list of all Payment Request objects corresponding to the merchant.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Amount to collect from the customer's payment method, with no more than two decimal places.
ISO string when the payment request was approved.
ISO string when the payment request was paid out to the merchant, or null for unpaid transactions.
Indicates the payment request is approved.
approved
ISO string when the payment request was created.
Always "cop" (Colombian Pesos).
Colombian ID number for customer.
Colombian ID type for customer.
cc
, ce
, nit
Customer’s email.
First and last name for a natural person, and company name for a juridical person.
Reference to the customer who owns the payment method from which the payment request was created.
ISO string when the payment request resolved to an error.
Error code returned by financial institution that processed the transaction.
Description of the error in the transaction from the processing financial institution.
Indicates the payment request resulted in an error.
error
Unique identifier for this payment request.
Information about the Bancolombia account associated to this payment method. Only present when payment method type is "bancolombiaInstant".
Last four digits of account number for linked Bancolombia account.
Account type for linked Bancolombia account.
Document number for linked Bancolombia account owner.
Document type for linked Bancolombia account owner.
Name of the linked Bancolombia account owner.
Account number for payment method.
Account type for payment method.
savings
, checking
Enum of all available banks for direct debit through the Palomma API.
santander
, coofinep
, avvillas
, cotrafa
, confiar
, union
, nequi
, bancoagrario
, bancoomeva
, bancamia
, coopcentral
, citibank
, bancodeoccidente
, falabella
, bancodebogota
, bancocajasocial
, serfinanza
, cfa
, coltefinanciera
, pichincha
, iris
, ban100
, bancopopular
, daviplata
, bancolombia
, finandina
, scotiabankcolpatria
, gnbsudameris
, itau
, bbva
, davivienda
, mibanco
, multibank
, mundomujer
, procreditcolombia
, bancow
, bancoldex
, juriscoop
, itauhelm
, jpmorgancolombia
Information about the Nequi account associated to this payment method. Only present when payment method type is "nequiInstant".
Type of payment method created. Can be "bankAccount" for an account that transacts through traditional slower banking rails, or "bancolombiaInstant", "nequiInstant" for tokenized instant payment accounts.
bankAccount
, bancolombiaInstant
, nequiInstant
Reference to the payment method from which the payment request was created.
Current status of the payment request.
pending
, processing
, approved
, error
ISO string when the payment request was last updated.