Create a person (individual) or business (business) you want to pay. PII
submitted in the request body is tokenized in Basis Theory on creation — only
a display name, country, and opaque token reference are stored in the Anton
database.
To retrieve the PII you submitted, use GET /v1/beneficiaries/{id}/pii.
This endpoint requires an Idempotency-Key header. Duplicate calls with the
same key return the original beneficiary; different bodies with the same key
return 409 idempotency_conflict.
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_....
Unique key identifying this operation. Sending the same key twice returns the original response instead of creating a duplicate. Keys are retained for 24 hours.
255Create a beneficiary. Supply exactly one of individual or business matching
the declared type.
Whether this beneficiary is a person or a business.
individual, business ISO 3166-1 alpha-2 country code.
^[A-Z]{2}$"US"
Your own reference for this beneficiary. Stored as-is, not validated.
255"contractor-1042"
Arbitrary string map of your own labels. Stored as-is.
{
"department": "engineering",
"cost_center": "4421"
}PII for an individual beneficiary. Tokenized on creation.
PII for a business beneficiary. Tokenized on creation.
IP address of the merchant's end-user who initiated this action. Used for risk signals. Accepts IPv4 or IPv6. Optional but recommended.
"203.0.113.42"
Beneficiary created.
A person or business you pay. PII is tokenized in Basis Theory on creation —
raw identifiers are never returned in this response. Use
GET /v1/beneficiaries/{id}/pii to retrieve detokenized PII for a
beneficiary you own.
^ben_[a-zA-Z0-9]+$"ben_01HX8Z9K0M2N3P4Q5R6S7T8UA1"
^mer_[a-zA-Z0-9]+$individual, business active — usable for payouts.archived — soft-disabled by the merchant; not usable. Can be restored.blocked — blocked by compliance. Not usable and cannot be restored via the API.active, archived, blocked Derived from the tokenized PII on creation. For individuals, a concatenation of name fields; for businesses, the legal name.
"Jane Smith"
ISO 3166-1 alpha-2 country code.
^[A-Z]{2}$"US"
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"
Your own reference, if you supplied one at creation.