Initiate a payment link transaction
Here we discuss how you initiate a payment link transaction. A payment link transaction is fundamentally a normal transaction except that this time, it is created within the scope of a Payment Link.
To create a transaction, we must collect the details of the customer and the cryptocurrency in which the customer would prefer to make the payment.
POST
https://api.ivorypay.io/v1/payment-links/:id/transactions
Path Parameters
id*
String
The ID of the payment link
Request Body
firstName
String
The first name of the customer
lastName
String
The last name of the customer
String
The email address of the customer
cryptocurrency
String
The cryptocurrency in which payment is to be made. Supported values include USDT
, USDC
and SOL
.
Last updated