POST
cURL

Authorizations

Authorization
string
header
required

JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.

Body

application/json
beneficiary_identifier
string
required
contribution_channel
string | null
contributor_ref
object

A typed reference to the contributing customer, adjacently tagged on the wire as { "type": "PHONE" | "CUSTOMER_ID", "value": "…" }. Passthrough context — carried in the contributor token; the backend does not resolve the customer from it (yet).

Response

Contributor token issued

contributor_token
string
required