Skip to main content
POST
C#
This endpoint requires the payment-methods.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-gr4vy-merchant-account-id
string | null

The ID of the merchant account to use for this request.

Example:

"default"

Body

application/json
payment_method_ids
string<uuid>[]
required

A list of payment method IDs to request an update for.

Required array length: 1 - 100 elements
Example:

Response

A scheduled account updater job when one or more payment methods were scheduled for update.

id
string<uuid>
required

The ID for the account updater job.

Example:

"cc18c7c6-c1d4-4194-92a7-d5a985108b68"

merchant_account_id
string
required

The ID of the merchant account this job belongs to.

Example:

"default"

inquiries
AccountUpdaterInquirySummary · object[]
required

A list of the payment methods that have been scheduled for an update.

created_at
string<date-time>
required

The date and time when this payment method was first created in our system.

Example:

"2013-07-16T19:23:00.000+00:00"

updated_at
string<date-time>
required

The date and time when this payment method was last updated in our system.

Example:

"2013-07-16T19:23:00.000+00:00"

type
string
default:account-updater-job

Always account-updater-job

Allowed value: "account-updater-job"
Example:

"account-updater-job"