Skip to main content
H2H integration returns a direct payment link that can be shared with the customer via SMS, email, or embedded in your application. The customer opens the link and completes the payment at their bank. No hosted UI redirect is required on your side. Use H2H when you want full control over how and where the payment link is delivered — mobile apps, SMS campaigns, email flows, or any channel where a redirect is not practical.

How it works


When to use H2H


Integration steps

1

Initiate the payment

Call the PCX payment initiation endpoint with pay_by_link: true in the metadata. PCX returns a payment_link URL. See Initiating a Payment.
2

Deliver the link

Send the payment_link to the customer via SMS, email, push notification, or in-app message. The link expires after 24 hours.
3

Receive confirmation

PCX sends a server-to-server webhook to your registered endpoint when the payment status changes. See Payment Status & Webhooks.