Skip to main content
You can use predefined test values to simulate a variety of positive and negative API responses.
Test values are case-sensitive.

Create payout batch

Use the test values in the request payload to simulate both positive and negative responses. Endpoint: POST v1/payments/payouts/ Positive response test values Negative response test values

Track status

Use the test values as path parameters in the request URL to simulate both positive and negative responses. Endpoint: GET v1/payments/payouts/{id} Positive response test values Negative response test values

Show payout details

Use the test values as path parameters in the request URL to simulate both positive and negative responses. Endpoint: GET v1/payments/payouts/{id} Positive response test values Negative response test values

Cancel payout item

Use the test values as path parameters in the request URL to simulate both positive and negative responses. Endpoint: POST v1/payments/payouts-item/payouts_item_id/cancel Positive response test values Negative response test values

Show payout item details

Use the test values as path parameters in the request URL to simulate both positive and negative responses. Endpoint: GET v1/payments/payouts-item/{item-id} Positive response test values Negative response test values