Wallets
Create a new topup for a wallet
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the wallet to top up
Body
application/json
Amount to top up in the currency of the wallet
Payment method to use for the topup
Available options:
stripe
Response
201
application/json
Topup created successfully
Unique identifier for the topup
Available options:
topup
ID of the wallet being topped up
Creation timestamp
Current status of the topup
Available options:
pending
, failed
, success
, cancelled
Last update timestamp
Amount to top up in the smallest currency unit
Currency of the topup (same as wallet currency)
Payment method used for the topup
Available options:
stripe
Method-specific payload data