Saltar al contenido principal
POST
Create Payment Link
v1 · Base URL https://api.fintoc.com/v1

Encabezados

Authorization
string
predeterminado:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Cuerpo

application/json
amount
integer<int32>
requerido

Amount to pay, represented as an integer [blocked]. This value must always be greater than 0.

currency
string
predeterminado:mxn
requerido
metadata
string<json>

Custom key-value pairs to add to the Payment Link object

checkout
object

Customize the checkout for your customers. For now, you can only add a custom description alongside the buy button.

customer_email
string

The customer's email address for transaction-related notifications, including notifying them when you request a refund.

expires_after_seconds
integer<int32>

The number of seconds after which the payment link will expire. If not provided, the payment link will not expire.

recipient_account
object

(Optional) Indicates the destination account for the payment. Only available in Chile to organizations that use Fintoc Collects or Fintoc Reconciles

business_profile
object

Enrolled merchant identifier used for category-based billing.

Respuesta

200

id
string
Ejemplo:

"plink_K2zwNNSxPyx8w3GZ"

object
string
Ejemplo:

"payment_link"

amount
integer
predeterminado:0
Ejemplo:

120900

currency
string
Ejemplo:

"MXN"

status
string
Ejemplo:

"active"

created_at
string
Ejemplo:

"2024-08-02T20:28:13Z"

expires_at
any
mode
string
Ejemplo:

"test"

url
string
Ejemplo:

"https://pay.fintoc.com/plink_K2zwNNSxPyx8w3GZ"

metadata
object
customer_email
any
checkout
object