Create Quick Payment Invoice

post/payment-intent/api/v1/direct/eInvoice/quick

Request body

amountnumber double required

Amount for which payment invoice is created. Amount must be greater than 0.01. Must be equal to [eInvoiceItems.price * eInvoiceItems.quantity]

currency'SAR' | 'EGP' | 'AED' | 'QAR' | 'OMR' | 'BHD' | 'KWD' | 'USD' | 'GBP' | 'EUR' required

Currency for which payment invoice is created. Currency must be 3 characters in length. Acceptable currencies are: SAR, AED

timestampstring
signaturestring required

A parameter to ensure the security and authenticity of API communications. It involves generating a signature using the contents of the API request and secret keys, which is then sent along with the request.

Response

200

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.