1. Docs
CryptopocketAPI
  • Common
    • Authentication
      POST
    • Token Price
      GET
    • Get Available Assets
      GET
  • Users
    • List customers
      GET
    • Create customer
      POST
    • Create customer with delegated KYC
      POST
    • Create company customer
      POST
    • Retrieve KYC/KYB verification status
      GET
    • Create enhanced verification link
      POST
    • Upload Customer Document
      POST
    • Find User
      GET
  • OnRamp
    • List payment methods
      GET
    • Get Quote
      GET
    • Create Payment Intend
      POST
    • Create guided payment intent
      POST
    • Retrieve payment
      GET
    • List on-ramp transactions
      GET
  • OffRamp
    • Get quote
      GET
    • Create OffRamp Transaction
      POST
    • Retrieve off-ramp transaction status
      GET
    • List off-ramp transactions
      GET
  • Bank Accounts
    • List bank accounts
      GET
    • List account transactions
      GET
    • Reconcile payment with bank transaction
      POST
  • Webhooks
    • Available webhooks
    • Webhook Event Subscribe
    • Webhook Event Update
  • Docs
    • Sandbox Environment Instructions
    • CryptoPocket Integration Guide — Buy Flow (On-Ramp)
  • Raíz
  • Schemas
    • FindUserSuccess
    • ReconcilePaymentRequest
    • IntegrationError
    • BankAccount
    • ReconcilePaymentSuccessResponse
    • BankAccountsListResponse
    • ErrorResponse
    • BankAccountTransaction
    • Pagination
    • BankAccountTransactionsResponse
  1. Docs

Sandbox Environment Instructions

This section explains how to perform tests in the Sandbox environment to validate the crypto asset purchase flow without using real production data.

Scope of the Sandbox Environment#

The Sandbox environment is limited to controlled testing. Currently, it only supports the purchase flow using a specific test asset and payment methods compatible with sandbox environments.

Asset Available for Testing#

In the Sandbox environment, it is only possible to purchase the following symbol:
FieldValue
SymbolCPC
NetworkPolygon Mainnet
Contract0xFb612a6116a59F38751C80cd5bAA511DC5F52F38
CPC is a test cryptocurrency deployed by our team on the Polygon Mainnet blockchain. For any purchase test in Sandbox, the value of the symbol field must be:
"CPC"
Any purchase attempt using a symbol other than CPC is not supported in the Sandbox environment.

Payment Methods Available in Sandbox#

To test a purchase in the Sandbox environment, only payment methods whose providers offer a sandbox environment can be used.
Currently, the available payment methods are:
Payment MethodAvailable in Sandbox
CARDYes
PSD2Yes
TRANSFERYes (but is a real bank account)
Other methodsNot supported for testing

Testing a Purchase with Card#

To test the card purchase flow, use the following test card details:
FieldValue
Card number4548812049400004
Expiration date12/34
CVV123

Recommended Steps#

1.
Select the Sandbox environment.
2.
Start a purchase operation.
3.
Use CPC as the symbol.
4.
Select CARD as the payment method.
5.
Enter the test card details listed above.
6.
Complete the payment flow.
7.
Verify that the operation is created and progresses correctly through the expected flow.

Testing a Purchase with PSD2#

To test the PSD2 purchase flow, use the following sandbox credentials:
FieldValue
BankUnicredit
Userituser2bgk
Passwordpwituser2bgk

Recommended Steps#

1.
Select the Sandbox environment.
2.
Start a purchase operation.
3.
Use CPC as the symbol.
4.
Select PSD2 as the payment method.
5.
When the banking flow opens, select the bank Unicredit.
6.
Enter the sandbox username and password.
7.
Complete the authentication flow.
8.
Verify that the operation is confirmed correctly.

Sandbox Environment Limitations#

Keep the following limitations in mind before running tests:
Only the CPC symbol can be purchased.
Purchases of other crypto assets are not available in Sandbox.
Only payments using CARD or PSD2 can be tested.
The card details and PSD2 credentials are for testing purposes only.
The Rampoff or sell flow cannot be tested in the Sandbox environment.

Rampoff / Sell Flow#

The Rampoff flow, meaning the sale of crypto assets, is not available for testing in the Sandbox environment.
Currently, the Sandbox environment only allows validation of the purchase flow.

Quick Summary#

FeatureSandbox Status
Purchase of CPCAvailable
Purchase of other symbolsNot available
Card paymentAvailable
PSD2 paymentAvailable
Transfer paymentAvailable
Rampoff / sell flowNot available

Recommendations#

Before starting any test, make sure that:
1.
You are using the Sandbox environment.
2.
The submitted symbol is exactly CPC.
3.
The payment method is CARD or PSD2.
4.
You are not trying to execute a sell or Rampoff flow.
5.
The data used corresponds to sandbox credentials and not real user data.
Modificado en 2026-06-29 16:23:49
Anterior
Webhook Event Update
Siguiente
CryptoPocket Integration Guide — Buy Flow (On-Ramp)
Built with