/
/xPay API Store
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • post/customer/create
  • get/customer/{customerId}
  • get/customer/{customerId}/payment-method-tokens
  • post/link/merchant/generate-link
  • post/subscription/link/merchant/generate-link
  • post/payments/cancel/{xIntentId}
  • post/payments/s2s/charge-raw-card
  • post/payments/create-intent
  • get/payments/v2/get-intent/{xIntentId}
  • get/payments/refund/{refundId}
  • get/payments/refunds/{intentId}
  • get/payments/intents
  • post/payments/merchant/refund
  • get/balance/payouts/{payoutId}
  • get/balance/payouts
  • post/payments/charge-tokenised-pm
  • post/setup-method/s2s/create
  • post/setup-method/create
  • post/payment-method-token/delete
  • get/payment-method-token/{paymentMethodTokenId}
  • get/setup-method/{setupMethodId}
  • post/subscription/merchant/cancel
  • post/subscription/create
  • post/subscription/edit
  • get/subscription/get-subscription/{subscriptionId}
  • post/subscription/merchant/one-time-charge
  • post/subscription/merchant/pause
  • post/subscription/merchant/unpause
  • get/webhook
  • post/webhook
  • get/webhook/{webhookConfigId}
  • put/webhook/{webhookConfigId}
  • delete/webhook/{webhookConfigId}

post/subscription/merchant/pause

Headers

Idempotency-Keystring

A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.

Request body

subscriptionIdstring required

Unique identifier of the subscription

Example request

{
  "subscriptionId": "sub_fooBOwYsaK50AEfK"
}

Response

Pause Subscription response

Changes