Create Asset
This endpoint is used to create a new asset that can be used in a Disbursement. Note: the organization must hold a balance in a particular asset to use it in a disbursement.
- application/json
Request Body required
Asset to be created
- code string required
The asset code
- issuer string required
The issuer
Responses
- 201
- 400
Asset created successfully
Bad request, invalid request body or the provided code/issuer is invalid.
Loading...