createTransferSchedulepost https://sellingpartnerapi-eu.amazon.com/finances/transfers/wallet/2024-03-01/transferSchedulesCreate a transfer schedule request from a Seller Wallet account to another customer-provided account.Query ParamsmarketplaceIdstringrequiredThe marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.Body ParamsDefines the actual payload of the requestsourceAccountIdstringrequiredThe unique identifier of the source Amazon SW bank account from where the money needs to be debitedsourceCurrencyCodestringrequiredRepresents 3 letter currency code in ISO 4217 standard format of the source payment method countrydestinationAccountIdstringrequiredOptional field to specify the unique identifier of the destination bank account where the money needs to be depositeddestinationTransactionInstrumentobjectrequiredRequest body to create transaction instrument, Amazon performs validation and screening (anti-money laundering measuers) on all the transaction instruments before executing a transaction thus it requires transaction instrument holder's contact details as welldestinationTransactionInstrument objecttransactionTypestringenumrequiredRepresent type of transaction.Show DetailsCREDITMoney is deposited into the Seller Wallet account.DEBITMoney is taken out of the Seller Wallet account.CREDITDEBITAllowed:CREDITDEBITtransferScheduleInformationobjectrequiredParameters containing information required for initiating a schedule transfertransferScheduleInformation objectpaymentPreferenceobjectrequiredPayment preference type in which transfer is being scheduledpaymentPreference objecttransferScheduleStatusstringenumRepresents the schedule status of the transfer.Show DetailsENABLEDRepresents the status of the transfer schedule that is enabled.DISABLEDRepresents the status of the transfer schedule that is disabled.EXPIREDRepresents the status of the transfer that has expired and not scheduled anymore.DELETEDRepresents the status of the transfer that was scheduled but has been deleted.ENABLEDENABLEDDISABLEDEXPIREDDELETEDAllowed:ENABLEDDISABLEDEXPIREDDELETEDHeadersdestAccountDigitalSignaturestringrequiredDigital signature for the destination bank account details.amountDigitalSignaturestringrequiredDigital signature for the source currency transaction amount.Responses 200Success 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 408Request Timed Out. 409Transfer schedule already exists for same source and destination account combination. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 8 months ago