Skip to main content
POST
/
v1
/
merchant
/
sandbox
/
seed-payouts
Seed sample payouts
curl --request POST \
  --url https://api.antonpayments.com/v1/merchant/sandbox/seed-payouts \
  --header 'Authorization: Bearer <token>'
{
  "status": "seeded",
  "created_count": 30
}

Authorizations

Authorization
string
header
required

API keys are opaque strings prefixed by environment:

  • ak_live_* — production keys, accepted only on api.antonpayments.com.
  • ak_test_* — sandbox keys, accepted only on api.antonpayments.dev.

Include your key in the Authorization header: Bearer ak_test_....

Response

Payouts seeded.

status
string
Example:

"seeded"

created_count
integer
Example:

30