Skip to main content
POST
Initiate Payment
Initiates a new payment transaction.

Endpoint

POST https://quickei.io/pay/sandbox/api/v1/payment/create

Parameters

decimal
required
Amount to charge, rounded to 2 decimal places
string
required
Currency code in uppercase (ISO 4217 Alpha-3)
string
required
Your return/success URL
string
Your cancel/failure URL
string
required
Product name or short description
string
required
Your internal order reference
string
Custom transaction ID for your records

Request Example — Guzzle (PHP)

Response — 200 OK

Error Response — 403 FAILED