Frontend
Get manual etransfer page data
Endpoint used by our Manual etransfer page to fetch useful information in one request.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/frontend/manual-etransfer"{
"notPendings": {
"etransfers": [
{
"accountId": "string",
"amount": 0.1,
"createdAt": 0,
"expiryDate": 0,
"fromEmail": "string",
"id": "string",
"interacReferenceNumber": "string",
"securityQuestion": "string",
"senderName": "string",
"status": "pending",
"toEmail": "string"
}
],
"page": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0
},
"pendings": {
"etransfers": [
{
"accountId": "string",
"amount": 0.1,
"createdAt": 0,
"expiryDate": 0,
"fromEmail": "string",
"id": "string",
"interacReferenceNumber": "string",
"securityQuestion": "string",
"senderName": "string",
"status": "pending",
"toEmail": "string"
}
],
"page": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0
},
"receivingEmail": "string",
"total": "string"
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}