POST /user/tier/purchase
POST

/v1/user/tier/purchase

Create XRP invoice for user tier (expires 30 min)

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/user/tier/purchase
Body
Body fieldsas documented
{ tier: "vip|nova|diamond", address }
curl -X POST 'https://api.xrpl.to/v1/user/tier/purchase'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Create XRP invoice for user tier (expires 30 min)

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI