Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

List Crypto Customer Payment Tokens


List Crypto Customer Payment Tokens

GET / v1 / crypto / customers /:id / payment_tokens

Lists the Payment Tokens for a Crypto Customer.

Parameters

No parameters.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A hash with a data property that contains an array of up to limit PaymentTokens of type type, starting after PaymentTokens starting_after. Each entry in the array is a separate PaymentToken object. If no more PaymentTokens are available, the resulting array will be empty.

cURL

Response

Delete a Crypto Customer Payment Token

DELETE / v1 / crypto / customers /:id / payment_tokens /:id

Deletes a Payment Token for a Crypto Customer.

Parameters

No parameters.

Returns

Returns an empty object upon successful deletion

cURL

Response

{}
Last verified 2026-09-24

Is this helpful?