Sandbox
Last updated
Last updated
The sandbox environment is not connected to either KYC or actual banking rails, which means that such processes are not carried out. Therefore, there are a set of sandbox-only endpoints that allow you to manually approve KYC and deposits/withdrawals. This will allow you to test your integration with full independence in development mode.
The following endpoints are available in our sandbox:
Approve KYC
Settle transaction
Note: These endpoints are only available in the sandbox environment.
POST
https://api.sandbox.publicmint.io/sandbox/identities/approve
This Sandbox endpoint allows you to approve the KYC process of a specific identity.
Name | Type | Description |
---|---|---|
POST
https://api.sandbox.publicmint.io/transactions/:id/sandbox/confirm
This Sandbox endpoint allows you to manually settle a transaction.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
identityId
String
Identity identifier. Format: uuid
.
String
Identity email.
id*
string
Id of the transaction to be settled.
amount
String
The amount to be settled.