v1
latestOpenAPI 3.0.02026-07-26167441.9 MBUpdate Plan
patch/installments-plans/{installment_code}
Path parameters
installment_codestring required
The unique identifier of the installment plan.
Request body
Response
200
Example response
{
"id": "4d573425-33f9-4c46-b009-2c7e749b0ec7",
"name": "plan_007",
"account_id": [
"f7c5fe77-721b-49c2-84d3-957748df3c2c"
],
"merchant_reference": "Test",
"installments_plan": [
{
"installment": 1,
"rate": 1
}
],
"brand": [
"VISA"
],
"country_code": "US",
"amount": {
"Currency": "USD",
"max_value": 100000000
},
"availability": {
"start_at": "2023-09-12T00:00:00Z",
"finish_at": "2030-09-20T00:00:00Z"
},
"created_at": "2023-10-11T17:52:31.886178246Z",
"updated_at": "2023-10-11T17:52:31.886178246Z"
}