Test capability readiness
After requesting a capability, set its sandbox status withPOST /v3/sandbox/customers/{customerId}/capabilities/{capabilityId}/status:
status and openTaskIds as the result your product must handle.
Test an open task
Create a capability-scoped task withPOST /v3/sandbox/tasks:
data.id as TASK_ID, data.revision as TASK_REVISION, and the current data.requirements[0].id as REQUIREMENT_ID. Submit the answer through POST /v3/customers/{customerId}/tasks/{taskId}/submissions:
POST /v3/sandbox/tasks/{taskId}/review:
Fund a sandbox wallet
Credit an issued wallet withPOST /v3/sandbox/accounts/{accountId}/topup:
data.id as TRANSFER_ID when you want to inspect the simulated funding transfer.
Complete or fail a transfer
Set the outcome withPOST /v3/sandbox/transfers/{transferId}/state:
- Complete
- Fail