v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBSimulation
Create simulation
Create a simulation.
Prior to calling this endpoint to create a simulation, you must create a simulation configuration via the Create simulation config endpoint.
Refer to the Simulation service guide for additional information.
post/v1/simulations
Request body
Example request
{
"amount": 100,
"card": {
"pan": "5555550000000001"
},
"custom_filters": [
"custom filter1",
"custom filter2",
"custom filter3"
],
"document_number": "39947739977",
"merchants": [
"MERCH01",
"MERCH02",
"MERCH03"
],
"payment_agreement": {
"original_principal_amount": 80,
"applied_interest_amount": 80,
"down_payment": 50
},
"plan_ids": [
"000700",
"000800",
"000900"
],
"processing_codes": [
"000700",
"000800",
"000900"
]
}Response
OK
Example response
{
"account_id": 123,
"program_id": 1,
"amount": 100
}