CountrySpecService::all()
Method: Lists all Country Spec objects available in the API.
CountrySpecService::all Read More »
Method: Lists all Country Spec objects available in the API.
CountrySpecService::all Read More »
Method: No description found
RequestOptions::redactedApiKey Read More »
Method: Returns a Country Spec for a given Country code.
CountrySpecService::retrieve Read More »
Class: If you have scheduled a Sigma query, you’ll receive a sigma.scheduled_query_run.created webhook each time the query runs.
Class: A Connection Token is used by the Stripe Terminal SDK to connect to a reader.
Method: Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in the pending status, /v1/payouts/:id/cancel should be used instead.
PayoutService::reverse Read More »
Method: Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.
PayoutService::update Read More »
Method: Returns a list of PaymentMethods. For listing a customer’s payment methods, you should use List a Customer’s PaymentMethods.
PaymentMethodService::all Read More »
Method: Updates the specified charge by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ChargeService::update Read More »
Method: Attaches a PaymentMethod object to a Customer.
PaymentMethodService::attach Read More »
Method: Creates a PaymentMethod object. Read the Stripe.js reference to learn how to create PaymentMethods via Stripe.js.
PaymentMethodService::create Read More »
Method: Returns a list of your SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
Method: Detaches a PaymentMethod object from a Customer.
PaymentMethodService::detach Read More »
Method: Creates a new SKU associated with a product.
SkuService::create Read More »
Method: Retrieves a PaymentMethod object.
PaymentMethodService::retrieve Read More »
Method: Delete a SKU. Deleting a SKU is only possible until it has been used in an order.
SkuService::delete Read More »