POST /payments/payment_link
POST
/
Create a new payment request link.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
title
string
Title of payment link
description
Description for the requested payment
amount
float
Requested amount
tokenAddress
Ethereum contract address for the requested token (Check Get Allowed Tokens List request)
Get Allowed Tokens List
tokenSymbol
Symbol of requested token (Check Get Allowed Tokens List request)
redirectUrl
Url where user will be redirected after payment
Response
{ "success": "true" }
{ "error": "Invalid request" }
Last updated 1 year ago