v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Copy of Copy of Change payment method on subscription

Rate limit - 5/s

delete/2023-10/subscription/{subscriptionId}/backupPaymentMethod

Path parameters

subscriptionIdinteger required

Id of the subscription

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/backupPaymentMethod:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/backupPaymentMethod:delete:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Payment method changed successfully",
  "code": "SUCCESS"
}