Commissions
Retrieve commission
Retrieve a commission by id
Returns commission details for the authenticated developer.
get/api/v1/commissions/{id}
Path parameters
idstring required
The id of the commission to look up
Response
Commission details
Example response
{
"ryeFee": {
"currencyCode": "USD",
"amountSubunits": 1500
},
"developerCommission": {
"currencyCode": "USD",
"amountSubunits": 1500
}
}