X-Bunq-Client-Authentication
header in all the following requests of the session.GET /user/{userID}/transferwise-currency
. Copy the needed currency code.POST /user/{userID}/transferwise-quote-temporary
. Save its ID.GET /user/{userID}/transferwise-quote-temporary/{transferwise-quote-temporaryID}
.POST /user/{userID}/transferwise-user
, and save its ID. POST /user/{userID}/transferwise-quote
and save its ID. GET /user/{userID}/transferwise-quote/(transferwise-quoteID)
.amount_target
to indicate the sum the recipient must get. amount_source
, on the other hand, will indicate the sum you want to send, but it will not necessarily be the final sum the recipient gets.GET /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient
.GET /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient-requirement
POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient-requirement
POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-recipient-requirement
POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-transfer-requirement
POST /user/{userID}/transferwise-quote/{transferwise-quoteID}/transferwise-transfer
.
You need to specify the ID of the monetary account from which you want the payment to be made.