Paze
Paze is a digital bank wallet offered by Early Warning Services (EWS), LLC. The Paze wallet provides your consumer with a frictionless payment experience. There is no app to download nor consumer card enrollment steps to follow. EWS participating US card issuing banks pre-enroll their eligible cards into Paze wallets. Simply offer the Paze wallet for your consumer to select as the method of payment during your e-commerce checkout experience.
Availability
Payment method |
Payment type | Countries | Supported presentment currencies |
---|---|---|---|
Paze | Wallet | US | USD |
Before you begin
Before you can offer Paze as a payment method to your consumers, complete the following steps:
- Sign the applicable amendment with J.P Morgan.
- Provide the applicable onboarding information.
- Contact your J.P. Morgan Technical Implementation Manager to enroll you with Paze.
- Paze provides you with the following information:
- Access to their secure transfer portal website
- Client ID for the Paze wallet button integration
- Paze Merchant Integration Guide
- Paze Merchant JavaScript SDK for web front-end integration
- Coordination for consultation and testing
How Paze works
The following image illustrates the process of using the Paze wallet with J.P. Morgan:

Step 1: Integrate with EWS (that is, the Paze wallet provider) to obtain the encrypted payment bundle.
The following is a sample Paze encrypted payment bundle:
{
"completeResponse": "eyJhdWQiOiJmaWxlOlwvXC8iLCJraWQiOiI4MzYyODY2ZC1kODE2LTRiOGMtYWRkMy0yZDEwOTQ2NDc4NWMiLCJpc3MiOiJodHRwczpcL1wvc………….U2X5ZJvT2OKDCiEe0nPRQ2wffJpM60ucA9tZuf42ozpn1hTotRprgZn9BnK3Zf6VR8IbgecBYjJ9x9shE87DxnEwB7u8gyKxgAODuED7POcz-byg"
}
Step 2: Send the Paze encrypted bundle, along with the standard required data elements, to complete the payment request.
The following is a sample encrypted payment bundle within a payment request:
HTTP method: POST
Endpoint: /payments
"paymentMethodType": {
"paze": {
"encryptedPaymentBundle": {
"encryptedPayload": "eyJhdWQiOiJmaWxlOlwvXC8iLCJraWQiOiI4MzYyODY2ZC1kODE2LTRiOGMtYWRkMy0yZDEwOTQ2NDc4NWMiLCJpc3MiOiJodHRwczpcL1wvc………….U2X5ZJvT2OKDCiEe0nPRQ2wffJpM60ucA9tZuf42ozpn1hTotRprgZn9BnK3Zf6VR8IbgecBYjJ9x9shE87DxnEwB7u8gyKxgAODuED7POcz-byg"
}