Create Order

Use this endpoint to create a payment link (URL). Use this URL to redirect the user to initiate an ecommerce credit/debit transaction.

Body Params
string
required

A transaction Id that uniquely identifies the transaction on the originators side. Must be a UUID.

string
required

The reference that identifies the end-user on the clients.
maxLength: 50
minLength: 0
pattern: ^[a-zA-Z0-9@#$.-_]+$

number
required

The amount of the purchase ($double).
minimum: 0.01

string
required

The currency for the purchase.
minLength: 1 pattern: ^(MXN)$

details
object
required

details for the purchase

Headers
string
required

Api Key provided to you in the onboarding process

string
required

Timestamp for the request in epoch

string
required

Unique Identifier for the Request

string
required

HMAC-256 signature for the message

Responses

Language
Response
Choose an example:
application/json