v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBCredit arrangements
Create credit arrangement
Create a credit arrangement, reflecting a credit arrangement from Mambu Core.
post/credit_arrangements
Request body
Example request
{
"amount": 3000,
"currency": "EUR",
"cbs_source": "mambu",
"cbs_account_type": "credit_arrangement",
"cbs_account_id": "6810c913-7d72-4a0e-bced-e5591f2e66fa",
"disbursement_details": {
"connected_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
"internal_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
"receiving_account_id": "553eb3db-5acb-48ce-954f-f58551df2de6",
"cbs_booking_account": {
"source": "mambu",
"type": "deposit",
"id": "838f3022-538a-4597-ace4-4c10f755b73a"
}
},
"repayment_details": {
"direct_debit": {
"direct_debit_mandate_id": "fcee1c3e-1c16-44c7-a248-81784be8ed50"
},
"credit_transfer": {
"receiving_account_id": "d1c80f6f-8ddd-4b49-9b7e-92d0b8bf88a1"
},
"cbs_booking_account": {
"source": "mambu",
"type": "deposit",
"id": "838f3022-538a-4597-ace4-4c10f755b73a"
}
},
"metadata": {
"property_a": true,
"property_b": "some label"
}
}Response
200
Example response
{
"id": "23c782f4-c069-4bf5-a426-df3ef9b894fa",
"object": "credit_arrangement",
"amount": 3000,
"currency": "EUR",
"cbs_source": "mambu",
"cbs_account_type": "credit_arrangement",
"cbs_account_id": "6810c913-7d72-4a0e-bced-e5591f2e66fa",
"disbursement_details": {
"connected_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
"internal_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
"receiving_account_id": "553eb3db-5acb-48ce-954f-f58551df2de6",
"cbs_booking_account": {
"source": "mambu",
"type": "deposit",
"id": "838f3022-538a-4597-ace4-4c10f755b73a"
}
},
"repayment_details": {
"direct_debit": {
"direct_debit_mandate_id": "fcee1c3e-1c16-44c7-a248-81784be8ed50"
},
"credit_transfer": {
"receiving_account_id": "d1c80f6f-8ddd-4b49-9b7e-92d0b8bf88a1"
},
"cbs_booking_account": {
"source": "mambu",
"type": "deposit",
"id": "838f3022-538a-4597-ace4-4c10f755b73a"
}
},
"metadata": {
"property_a": true,
"property_b": "some label"
},
"created_at": "2026-02-02T15:03:31.052019Z"
}