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

Request Body

{
    "success": true,
    "message": "Payment link was updated successfully",
    "data": {
        "name": "Odogwu moves",
        "description": "Some moves by an Odogwu",
        "baseFiat": "NGN",
        "amount": 150,
        "successMessage": "An odogwu success message to my user",
        "imageFilePath": null,
        "businessId": "dd220826-16bf-46d2-9ecf-2b57c3081fb8",
        "userId": "9ca14b87-c683-4918-af56-b87315eab0f7",
        "reference": "B0yeo8JB9fj9Q7EHkPGhdtTf7jOydlFTWjEj",
        "environment": "TEST",
        "redirectLink": null,
        "customerId": null,
        "completedAt": "2022-10-04T18:15:47.642Z",
        "deletedAt": null,
        "uuid": "f677c75f-310b-4964-ab00-1ade5799f18e",
        "createdAt": "2022-10-04T18:15:47.642Z",
        "isActive": 1
    }
}

Last updated