Create Payment Link
Create Payment Link
POST
/
payments/payment_link
Create a new payment request link.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
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 |
tokenSymbol | string | Symbol of requested token (Check |
redirectUrl | string | Url where user will be redirected after payment |
Response
Last updated