Get a reloadable transfer by ID
Get a specific reloadable transfer by ID
Create a new reloadable card transfer
GET /api/v1/reloadable/transfers/{id}Response Example:
{
"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"
}Updated 4 months ago
