Skip to main content
GET
Browser callback after hosted checkout

Query Parameters

payment_id
string

PCX payment ID used to look up the payment. The aliases merchantPaymentId and merchant_payment_id are also accepted.

provider_payment_id
string

Provider-side payment ID, used as a fallback lookup when no PCX payment ID is present. The aliases transactionId and paymentId are also accepted.

status
string

Provider-reported payment status. The alias paymentStatus is also accepted. success, successful, settled, and completed map to completed; failed maps to failed.

Response

Redirect to the stored return_url with status and reference query parameters appended, or to the PCX remittances page when no valid return_url is stored.