v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBBank Simulator
Create incoming payment
Create an incoming payment to test your integration. This endpoint can only be used in the sandbox environment.
post/simulator/{connected_account_id}/incoming_payments
Path parameters
connected_account_idstring uuid required
The connected account ID.
Request body
Example request
[
{
"type": "sepa",
"direction": "credit",
"amount": 3000,
"currency": "EUR",
"reference": "Invoice 1234",
"fee_options": "shared",
"purpose": "SALA",
"category_purpose_code": "B2B",
"bank_data": {
"message_id": "1gXrtKMxLJ",
"transaction_id": "1zDrzOMxCJ",
"end_to_end_id": "c3b2d737bc",
"instruction_id": "c3b2d737bc"
},
"originating_account": {
"account_number": "FR7601234567891127967100082",
"bank_code": "BNPAFRPPXXX",
"holder_name": "PartnerCo",
"holder_address": {
"building_number": "1",
"street_name": "rue de l'Abondance",
"postal_code": "69003",
"region_state": "Ile-de-France",
"city": "Lyon",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences"
},
"creditor_identifier": "FR12ZZZ123456",
"organization_identification": {
"legal_entity_identifier": "529900T8BM49AURSDO55"
}
},
"receiving_account": {
"creditor_identifier": "FR12ZZZ123456",
"account_number": "FR7601234567891127967100082",
"bank_code": "BNPAFRPPXXX",
"holder_name": "PartnerCo",
"holder_address": {
"building_number": "1",
"street_name": "rue de l'Abondance",
"postal_code": "69003",
"region_state": "Ile-de-France",
"city": "Lyon",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences"
},
"organization_identification": {
"legal_entity_identifier": "529900T8BM49AURSDO55"
}
},
"direct_debit_mandate": {
"reference": "REF-783232"
},
"intermediary_agents": [
{
"financial_institution_identification": {
"swift_code": "SOMEBIC0XXX",
"bank_code": "SOMEBIC0XXX",
"bank_code_format": "bic",
"name": "Bank A",
"legal_entity_identifier": "219200WSGIIZEPF1P999",
"postal_address": {
"line_1": "1 rue de la Paix",
"building_number": "1",
"street_name": "rue de la Paix",
"postal_code": "75001",
"city": "Paris",
"country": "FR"
},
"other": {
"identification": "35664632",
"identification_type": "bank_identification",
"custom_identification_type": "custom_type",
"identification_issuer": "HMRC"
}
},
"account_number": "GB7601234567890627967100010",
"account_number_format": "iban"
}
]
}
]Response
Incoming payment was successfully created.
Example response
{
"files": [
{
"file_id": "acc2ef51-5c71-4a1e-b011-ecdbce1b9b73",
"file_name": "SIM.V2.SOMETHING.AAABBBCCC",
"created_at": "2025-01-26T13:51:10Z"
}
]
}