Payment Page Signature for EBANX Pix Automática payment method
Learn how to request a digital signature for the Payment Page, including examples for PIX Automático enrollment with and without an initial payment.
Follow the instructions in Request a signature for the Payment Page from Zuora.
In this example, the hosted payment page both stores a PIX Automático payment method and processes a one-time BRL payment through an EBANX gateway instance. The authorizationAmount and currency fields are included in the signature payload.
{
"uri": "https://sandbox.na.zuora.com/apps/PublicHostedPageLite.do",
"method": "POST",
"pageId": "test808145b3bf9d0145b3c6812b0008",
"paymentGateway": "Ebanx_PIX",
"authorizationAmount": "150.00",
"currency": "BRL",
"accountId": "8a90e5e48f2eade6018f2ed19133003a"
}
Example 2: Enrollment only (store PIX Automático payment method)
In this example, the hosted payment page only performs the PIX Automático enrollment and stores the payment method for future recurring payments. No one-time payment amount or currency is included in the signature payload.
{
"uri": "https://sandbox.na.zuora.com/apps/PublicHostedPageLite.do",
"method": "POST",
"pageId": "test808145b3bf9d0145b3c6812b0008",
"paymentGateway": "Ebanx_PIX",
"accountId": "8a90e5e48f2eade6018f2ed19133003a"
}
Use this pattern when you want to create a PIX Automático mandate and store the payment method through Payment Pages 2.0, while scheduling the first recurring charge to be collected later by Zuora.