Skip to main content
POST
Check payment eligibility
v2 · Base URL https://api.fintoc.com/v2

Authorizations

Authorization
string
header
required

Body

application/json
amount
integer
required

A positive integer representing the amount to pay, in the smallest unit of the currency (for example, 100000 for 100000 CLP, since CLP has no minor unit).

Example:

100000

currency
string
required

Three-letter ISO 4217 currency code. Only CLP is supported.

Example:

"CLP"

sender_account
object
required

Bank account the customer pays from.

recipient_account
object

Bank account that receives the payment. Only send it if your organization uses direct payments; organizations that collect through Fintoc must omit it.

Response

Result of the eligibility check. When the payment is not eligible, error describes the limit that the payment would exceed.

eligible_payment
boolean
required

Whether the payment passes the transfer limits and can be created.

Example:

true

error
object | null
required

Limit that the payment would exceed. null when the payment is eligible.