Processor Details
Integration Guide
1
Enable raw card handling
In Stripe integration settings, enable Handle card information directly
2
Copy credentials
Log in to the Stripe Dashboard:
- Copy Account ID from Settings → Account details
- Copy Publishable key and Secret key from Developers → API keys
Publishable Key is required for Cash App Pay. Without it, Cash App Pay will not appear in checkout.
3
Add integration in PayNext
In Dashboard → Integrations, click Add new integration → Stripe → Connect
4
Enter credentials
- Name: Label for this connection (e.g., “Stripe US”)
- Account ID, API Key (Secret key), Publishable Key: Values from Stripe
- Network Tokens: Enable if activated by your Stripe account manager
- Adaptive Acceptance: Enable if activated (requires Network Tokens)
5
Configure webhooks
In Stripe Developers → Webhooks, create an endpoint with the PayNext webhook URL and subscribe to:
payment_intent.succeededpayment_intent.payment_failedpayment_intent.processingpayment_intent.canceledpayment_intent.amount_capturable_updatedpayment_intent.requires_actionrefund.createdrefund.failedrefund.updatedradar.early_fraud_warning.createdpayment_attempt_record_entry.capture_settledmandate.updated
mandate.updated reports when a customer revokes a mandate for a payment method that is charged
off-session, such as Cash App Pay or Pix Automático. PayNext marks the payment method as revoked
so it is no longer used for renewals. Without this event, PayNext keeps attempting renewals on a
mandate the customer has already cancelled.payment_attempt_record_entry.capture_settled delivers the Acquirer Reference Number (ARN) for settled charges via Stripe’s Payment Records API. This API is a Stripe beta that Stripe enables per account — contact your Stripe representative to have it enabled on your Stripe account. Without it, this event is not delivered and ARN is not captured for Stripe payments.6
Copy webhook secret
Copy the Signing secret from Stripe and paste it into the Webhook Secret field in PayNext
7
Save
Click Connect to complete the integration