Invincible Pay
Manual etransfers

Reject manual etransfer

Reject your manual e-Transfer transaction. This action requires a security answer. The funds are returned to the sender immediately (in a few minutes).

POST
/v1/manual-etransfers/{id}/reject

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

securityAnswer*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.invinciblepay.com/v1/manual-etransfers/string/reject" \  -H "Content-Type: application/json" \  -d '{    "securityAnswer": "string"  }'
null
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}