Funding sources
Send eft
Send an EFT to a beneficiary.
Path Parameters
funding_source_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.invinciblepay.com/v1/funding-sources/string/eft" \ -H "Content-Type: application/json" \ -d '{ "amount": 0.1, "beneficiaryId": "string", "purposeCode": "string", "reference": "string" }'{
"amount": 0.1,
"beneficiaryId": "string",
"brandId": "string",
"category": "etransfer",
"createdAt": 0,
"currency": "string",
"description": "string",
"externalId": "string",
"fundingSourceId": "string",
"id": "string",
"lastModifiedAt": 0,
"ownerAccountId": "string",
"ownerUserId": "string",
"peerAccountNumber": "string",
"peerBankNumber": "string",
"peerEtransferEmail": "string",
"peerFullName": "string",
"peerFundingSourceId": "string",
"peerTransitNumber": "string",
"principalTransactionId": "string",
"purposeCode": "string",
"rejectionReason": "string",
"status": "pending",
"tenantId": "string",
"type": "inComing"
}{
"error": "string",
"error_code": {}
}