Test payment process
To test the payment process, you can use the sandbox mode. Sandbox mode is a stand-alone environment that supports all features of a live environment, except real and declined payments. You can access sandbox mode by sending "mode":"sandbox"
when you get the token.
In sandbox mode, you can test the payment process with:
Test bank card payment
- Open the payment UI in sandbox mode.
- Choose the Credit/Debit cards group of payment methods.
- Enter the bank card details. Enter any values in the remaining fields. You can also specify incorrect details (card number or expiration date) to generate an error.
- Click Pay now.
In addition to card details, you need to specify the ZIP code if at least one of the following conditions is true:
- The user’s country is the US or Canada.
- The Bank Identification Number (BIN) indicates that a card was issued in the US.
You can specify any valid ZIP code (e.g., 12345). This determines the sales tax rate and does not affect the progress of the test payment.
Sandbox bank card payments can be made in the following currencies: USD, EUR, RUB, GBP, AED, ALL, AMD, ARS, AUD, AZN, BGN, BRL, BYN, CAD, CHF, CLP, CNY, COP, CZK, DKK, DZD, EGP, GEL, HKD, HRK, HUF, IDR, ILS, INR, ISK, JPY, KES, KGS, KRW, KZT, MAD, MDL, MKD, MNT, MXN, MYR, NGN, PEN, PHP, PKR, PLN, RON, RSD, SAR, SEK, SGD, THB, TRY, TWD, UAH, UYU, UZS, VEF, VND, ZAR.
Test PayPal payment
Create test PayPal account
To test the payment process, you need to create an account for PayPal sandbox mode:
- Open the PayPal Developer website.
- Log in to your account or create a new one.
- Go to the
Sandbox accounts tab. - On the
Sandbox test accounts page, clickCreate account . - Select the
Personal (Buyer Account) account type and choose the country. - Click
Create .
The created account is shown in the list of sandbox accounts.
You can also use information from existing sandbox accounts:
sb-xmxij16980134@business.example.com | oi9_m_KW |
sb-p7pju16979920@business.example.com | 7%%p8ioS |
Make test payment
- Open the payment UI in sandbox mode.
- Choose the PayPal payment method.
- In the
Mock Response Code field, enter0
or leave the field empty. - In the ZIP Code field, enter any 5 digits.

- Click Pay. You will be redirected to a window to log in to your PayPal account.
- Enter information about your sandbox account:
Email ID as the email address andSystem Generated Password as the password. To find this information:- Log in to your account on the PayPal Developer website.
- Go to the
Sandbox accounts tab. - On the
Sandbox test accounts page, choose a sandbox account. - Click ••• and select View/Edit account from the drop-down list. You will see the data in the modal window that opens.
- Complete the test payment.
Found a typo or other text error? Select the text and press Ctrl+Enter.