Rates Controller Handle Payment

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typeenumRequired

Type of order to be created

Allowed values:
dueDatestringRequired

Order expiration date and payment link in datetime format

descriptionstringRequired

Orden descriptions

referencestringRequired

Orden descriptions

orderCurrencyenumRequired

ISO code of the order’s currency

payoutMethodTypeenumOptionalDefaults to TRANSFER

Payout method type

Allowed values:
fixedOrderCurrencyenumOptional

ISO code of the currency in which the order is fixed

collectionCurrencyenumOptional

ISO code of the currency for payment

payoutCurrencyenumOptional

ISO code of the payment currency

destinationBankAccountIdstringOptional

Bank ID where the collected amount should be deposited. If not provided, the merchant’s default bank will be used.

productslist of objectsOptional

Array of products included in the order. At least one product must be included.

customerlist of objectsOptional

client information

paymentobjectOptional

Payment information

amountdoubleOptional>=1

Amount of the order

Response

Returns paymentLink when is Wompi updated

typeenum

Type of order to be created

Allowed values:
dueDatestring

Order expiration date and payment link in datetime format

descriptionstring

Orden descriptions

referencestring

Orden descriptions

orderCurrencyenum

ISO code of the order’s currency

payoutMethodTypeenumOptionalDefaults to TRANSFER

Payout method type

Allowed values:
fixedOrderCurrencyenumOptional

ISO code of the currency in which the order is fixed

collectionCurrencyenumOptional

ISO code of the currency for payment

payoutCurrencyenumOptional

ISO code of the payment currency

destinationBankAccountIdstringOptional

Bank ID where the collected amount should be deposited. If not provided, the merchant’s default bank will be used.

productslist of objectsOptional

Array of products included in the order. At least one product must be included.

customerlist of objectsOptional

client information

paymentobjectOptional

Payment information

amountdoubleOptional>=1

Amount of the order