Skip to main content
POST
Create V1 Store Order Invoice

Authorizations

Authorization
string
header
required

Pass your secret API key formatted as: Authorization: Bearer psa_...

Body

application/json
amount_cents
integer
required
Example:

4999

currency
string
default:USD
Example:

"USD"

customer_email
string<email>
Example:

"buyer@example.com"

crypto_coin
string
Example:

"LTC"

redirect_url
string<uri>
Example:

"https://yourdomain.com/success"

expires_in_minutes
integer
default:60
Example:

60

Response

200

Order created successfully