put https://api.ksamerchant.geidea.net/payment-intent/api/v1/direct/eInvoice
API to update the Payment Link
Log in to see full request history
Response
API to update the Payment Link
xxxxxxxxxx
23curl --request PUT \
--url https://api.ksamerchant.geidea.net/payment-intent/api/v1/direct/eInvoice \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"paymentIntentId": "236b4763-0bc5-4d8b-f2ef-08db4614f0a2",
"amount": 20,
"currency": "SAR",
"customer": {
"name": "Kiran",
"email": "testmail@geidea.com",
"phoneCountryCode": "+966",
"phoneNumber": "8003030083"
},
"eInvoiceDetails": {
"subtotal": 20,
"grandTotal": 20,
"extraChargesType": "Amount",
"invoiceDiscountType": "Amount"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: