Transfers
Cancel a Transfer
Transfers must be canceled by the originating Customer (or Authorized Representative).
Transfers can only enter the canceled state if Newline receives a request while the Transfer is in queued or pending states.
A cancellation request during the pending state is not guaranteed, as this state may include payment execution. At that stage, a cancel request will result in an error.
put/transfers/{uid}/cancel
Request body
Example request
{
"authorized_representative_name": "Swee'Pea",
"cancellation_reason": "Transfer submitted by accident"
}Response
The updated Transfer resource is returned
Schema required— unresolved $ref
Changes
Changed in 1 of the 2 revisions of this API.2
- ○
added
subschema #1subschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
subschema #1subschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○