Get all reloadable transfers for the account

Get all reloadable transfers for the account

Get all reloadable transfers for the account

GET /api/v1/reloadable/transfers?pageNum=0&pageSize=10

Response Example:

{
  "items": [
    {
      "id": 200,
      "requestId": "92ab47a-1234-481e-5046-1e24c34dae0a",
      "status": "NEW",
      "paymentDate": "2024-01-01T00:00:00.000Z",
      "currency": "USD",
      "amount": 10,
      "fee": 0.5,
      "totalAmount": 10.5,
      "amountBeneficiaryReceives": 9.5,
      "reason": "Payment for services",
      "reference": "REF123",
      "internalReference": "INT123",
      "recipientFirstName": "John",
      "recipientLastName": "Smith",
      "recipientEmail": "[email protected]",
      "recipientNickName": "Johnny",
      "recipientPhoneNumberCode": "+1",
      "recipientPhoneNumber": "+12145596993",
      "recipientCity": "Dallas",
      "recipientState": "TX",
      "recipientCountry": "US",
      "recipientPostalCode": "77590",
      "recipientAddress": "123 Main St",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "paymentExecutionDate": "2024-01-01T00:00:00.000Z",
      "reloadableCardId": 123,
      "action": "CREATE",
      "maskCardPan": "XXXXXXXXXXXX9286"
    }
  ],
  "totalCount": 0,
  "hasMore": true
}