Transfer Status Values
Transfer Status Values
- NEW – Transfer has been created but not yet verified.
- VERIFICATION_REQUIRED – Additional verification is required before processing.
- READY_FOR_PROCESSING – Transfer is approved and ready to be processed.
- PROCESSING – Transfer is currently being processed.
- SENT – Transfer has been successfully sent.
- FAILED – Transfer processing failed.
Retrieve a paginated list of prepaid transfers
The API emits the following events:
Events
The API emits the following events:
| Event Name | Description |
|---|---|
| prepaid-card.create | Card creation initiated |
| prepaid-card.updated | Card details updated |
| prepaid-card.verification-required | Verification needed |
| prepaid-card.ready-for-processing | Ready to process |
| prepaid-card.processing | Processing in progress |
| prepaid-card.sent | Successfully sent |
| prepaid-card.failed | Processing failed |
| prepaid-card-verification.failed | Verification failed |
Event Structure:
{
"id": "3efd02c0-62a0-4cc9-9bee-1f1ab4f0ea2d",
"type": "prepaid-transfer.create",
"version": "V1",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": {
"prepaid-card": {
// Transfer object details
}
}
}Updated about 1 month ago
