Skip to main content
GET
Get Payment Methods

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

donorId
string
required

The ID of the donor to get payment methods for.

Example:

"2ea1ae03ca521e437db76d76"

Query Parameters

maximumUpdatedDate
string<date-time>

The maximum updated date of the payment methods to return. YYYY-MM-DD

Example:

"2025-02-01"

minimumUpdatedDate
string<date-time>

The minimum updated date of the payment methods to return. YYYY-MM-DD

Example:

"2025-01-01"

showExpired
boolean
default:false

Whether to return expired payment methods or not.

Response

data
object[]
required

List of payment methods for donor

Last modified on July 14, 2026