Create a payment link

This endpoint is used to create a new payment link. A payment link is an object that represents a payment request to be made by a customer. The response to this request will contain an ID that can be used to retrieve the payment link details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the payment link.

string

A description of the payment link.

string
required
requested_info
array of strings
Defaults to name,email

The requested information you need from the customer. Can also be an empty array.
N.B You can add additional meta keys apart from name and email used below.

requested_info
string

The local currency in which the payment link is being created.

string

The amount the customer will pay in the local currency.

Headers
string
required

Your business secret key

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json