Simulation
Create a test card
(Sandbox Only) Create a card payment method for testing purposes
post/v4/simulation/payment-methods/card
Request body
Response
The created payment method
Example response
{
"paymentSchedule": [
{
"date": "2024-01-01"
}
],
"quotes": [
{
"payments": [
{
"number": 1,
"date": "2024-02-15T00:00:00Z",
"principal": 95000,
"customerFee": 500,
"amount": 105000,
"financingFee": 2500
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.