post https://api.payline.co/api/payments/links/
Create a payment link through external API.
Request Payload
| key | type | description |
|---|---|---|
| name | string | Name of Payment Link (Required) |
| currency | string | ISO 3166-1 alpha-3 Currency code e.g USD (Required) |
| description | string | Payment Link description |
| type | string | Type of payment link e.g one-time (Required) |
| Amount | float | Amount to be collected with payment link |
Response
| key | type | description |
|---|---|---|
| reference | string | Payment link unique reference |
| name | string | Name of Payment Link |
| currency | string | ISO 3166-1 alpha-3 Currency code e.g USD (Required) |
| description | string | Payment Link description |
| type | string | Type of payment link e.g one-time (Required) |
| amount | float | Amount to be collected with payment link |
| status | string | Payment Link current status |