Subscription status

This method get the current state of a automatic payment subscription.

SecurityApi-Key
Request
query Parameters
subscription_id
required
string <= 255 characters

unique identifier of a subscription.

Responses
200

Successful operation. Returns a JSON object with the subscription id information.

400

Bad Request

401

Unauthorized - Invalid or missing credentials

404

Not found - Resource not available

500

Remote service error :(

get/v1/automatic-payment/subscription-status
Request samples
Response samples
application/json
{
  • "subscription_id": "13a0f1aa-5e47-4894-aa8b-282dd19593ec",
  • "status": "SIGNED",
  • "developer": false,
  • "customer_bank_code": "8",
  • "service_reference": "My Merchant name"
}