POST
/
account-updater
/
jobs

This endpoint requires the payment-methods.write scope.

Authorizations

Authorization
string
headerrequired

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

Body

application/json
payment_method_ids
string[]
required

A list of unique payment method identifiers used to create the Account Updater job. A payment method will be considered only if it qualifies for an inquiry.

Response

201 - application/json
type
enum<string>

The type of this resource. Is always account-updater-job.

Available options:
account-updater-job
id
string

The unique identifier for this Account Updater job.

merchant_account_id
string

The unique ID for a merchant account.

created_at
string

The date and time when this Account Updater job was created.

updated_at
string

The date and time when this Account Updater job was last updated.

inquiries
object[]

A list of inquiries associated with this Account Updater job.