Update a payment link
You can update about any property of your payment link. Updating the amount
means your product/service will now be priced at the new amount.
PATCH
https://api.ivorypay.io/v1/payment-links/:id
Path Parameters
id*
String
The ID of the payment link
Request Body
name
String
A name for the product/service you want to bundle into a payment link.
description
String
A description for your payment link
baseFiat
String
A local currency in which the item in your payment link will be priced
amount
String
The price for the product/service you want to bundle into the payment link.
imageFile
Blob
An image file to give your customer a visual representation of the product/service.
successMessage
String
A custom message that will be sent to your customer after a successful payment
redirectLink
String
A URL to which your customer will be redirected after a successful payment.
Last updated