Create a payment link in order to request a payment to your account. This payment link can be used to pay you. Payment can be made using a credit card, or any Solana token (automatically converted to USDC)
request_payment_linkCreate payment links to request payments to your account via credit card or Solana tokens. Specify amount, recipient details, and customize payment pages for transactions.
Instructions
Create a payment link in order to request a payment to your account. This payment link can be used to pay you. Payment can be made using a credit card, or any Solana token (automatically converted to USDC)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receivingPayment | No | Email, phone or Solana wallet of the recipient of the payment | |
| amount | Yes | Amount to request | |
| currency | No | Currency of specified amount to request | USD |
| title | No | A title for the payment shown to the payer | |
| description | No | A description, shown in the payment page | |
| returnOKURL | No | Optional : URL to redirect the client to after successfull payment | |
| returnURL | No | Optional : URL to redirect the client to after failed payment | |
| logo | No | Optional : URL to an image displayed in payment page | |
| param | No | Custom parameter | |
| webhook | No | HTTP webhook to call on payment success | |
| notificationEmail | No | Email to notify on payment success |