Invincible Pay
Funding sources

Send etransfer

Send an e-Transfer to a beneficiary.

POST
/v1/funding-sources/{funding_source_id}/etransfer

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/etransfer" \  -H "Content-Type: application/json" \  -d '{    "amount": 0.1,    "beneficiaryId": "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": {}
}