Transfer scheduled deal

Transfers a scheduled deal to a new destination email and address

Path parameters

organizationIdstringRequired
Organization ID
merchantIdstringRequired
Merchant ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
scheduledDealIdstringRequired
ID of the scheduled deal to transfer
destinationEmailstringRequired
Recipient email for the transfer
destinationAddressstringRequired
Destination address for the new deal
documentNumberstringOptional
Recipient document number

Response

Deal transferred successfully
newDealIdstring
ID of the newly created deal
originEmailstring
Origin email for the transfer
destinationEmailstring
Destination email for the transfer
pendingAmountdouble
Pending amount of the transferred deal

Errors