post https://sandbox.external.routefusion.com/graphql (40 disregard)
The updateTransfer mutation allows you to update any attribute of the transfer before finalizing.
This mutation acts like a PATCH. i.e. you only need to provide data for attributes you want to update.
Parameters
Parameter | Type | Required |
---|---|---|
user_id | UUID! | true |
entity_id | UUID! | true |
source_amount | String | false |
wallet_id | UUID | false |
destination_amount | String | false |
account_id | UUID | false |
beneficiary_id | UUID! | true |
purpose_of_payment | String! | true |
reference | String | false |