Create Payment Link
Create Payment Link
POST
/
payments/payment_link
Create a new payment request link.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
title
string
Title of payment link
description
string
Description for the requested payment
amount
float
Requested amount
tokenAddress
string
Ethereum contract address for the requested token (Check Get Allowed Tokens List
request)
tokenSymbol
string
Symbol of requested token (Check Get Allowed Tokens List
request)
redirectUrl
string
Url where user will be redirected after payment
Response
Last updated