APIPayment flows
Simulate payment flow
Simulate a payment flow execution to check shop availability without affecting any state (such as round robin counters). This is useful for validation before actual processing.
Authorization
Authorization<token>Enter token in format (Bearer )
In: header
Request Body
application/jsonRequiredflow_nameRequired
stringamountnumberDefaults to 100.00 if not provided
Format:
"float"currencystringDefaults to USD if not provided
Maximum length:
3countrystringMaximum length:
2customer_idintegermetadataobjectsimplebooleanSet to true to return only a boolean response indicating availability
Simulation completed successfully