v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Billing

Create an alias for a subscription id/charge id pair

This allows you to specify a string alias for a subscription id and a charge id. This can be useful when, for example, you want to upload usage statistics and would rather specify your own id (or another external id), rather than referring to Subskribe's internal ids.

put/alias/subscriptionCharge/{aliasId}

Path parameters

aliasIdstring required

alias to map to create the mapping for

Query parameters

subscriptionIdstring

the subscription id

chargeIdstring

the charge id

Response

successful operation