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

Events

The API emits the following events:

Event Name Description
prepaid-card.createCard creation initiated
prepaid-card.updatedCard details updated
prepaid-card.verification-requiredVerification needed
prepaid-card.ready-for-processingReady to process
prepaid-card.processingProcessing in progress
prepaid-card.sentSuccessfully sent
prepaid-card.failedProcessing failed
prepaid-card-verification.failedVerification 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
    }
  }
}