Create Payment Link

POST /payments/payment_link

Create a new payment request link.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

NameTypeDescription

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

{
  "success": "true"
}

Last updated