List Payment Methods

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

brandId

uuid | null

customerId

string | null

type

const

enum

CARD

Allowed: CARD

usage

const

enum

OFF_SESSION

Allowed: OFF_SESSION

status

string | null

enum

DISABLEDENABLEDREQUIRES_ACTION

Allowed: DISABLED``ENABLED``REQUIRES_ACTION

direction

string

enum

Defaults to DESC

ASCDESC

Allowed: ASC``DESC

by

string

enum

Defaults to createdAt

createdAtupdatedAt

Allowed: createdAt``updatedAt

pageNumber

number

≥ 1

Defaults to 1

pageSize

number

1 to 1000

Defaults to 100

``200 Paginated list of payment methods

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://api.superpayments.com/2026-04-01/payment-methods

xxxxxxxxxx

curl --request GET \
     --url 'https://api.superpayments.com/2026-04-01/payment-methods?direction=DESC&by=createdAt&pageNumber=1&pageSize=100' \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated 3 months ago