Partner remittances
Create a partner remittance
Creates a partner remittance transaction for the account specified in the request URL. Note that this endpoint requires a change request.
post/v1/accounts/{account_id}/partner_remittances
Path parameters
account_idstring required
Request body
Example request
{
"receiver_first_name": "Peter",
"receiver_last_name": "Testmann",
"receiver_address": {
"line_1": "Musterstrasse 64",
"line_2": "Musterstrasse 64",
"postal_code": "10409",
"city": "Berlin",
"country": "DE",
"state": "BE"
},
"receiver_account_number": "DE72110101001000014344",
"amount": {
"value": 1000,
"currency": "EUR",
"unit": "cents"
},
"description": "Purpose of the transaction",
"clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp",
"booking_type": "INTERNAL_TRANSFER",
"reference": "ert123456789ert"
}Response
Unexpected error