Creates an Account Updater job.
A request is submitted to a third-party service, containing inquiries for a given set of payment methods. The job is not processed right away, but once created, it will store new card details automatically, if there are, when results are ready.
A payment method is considered for the job if the following conditions are met:
status
is either succeeded
or processing
.method
is card
.scheme
is amex
, discover
, mastercard
or visa
.The endpoint works in a best-efforts basis and it doesn’t return any error when a payment
method doesn’t qualify for an inquiry. To determine what payment methods were considered
for the job, an inquiries
field, returned in the response body, contains the submitted
inquiries. If none of the payment methods qualified for an inquiry, the job is not created
and a 204 No Content
status code is returned.
payment-methods.write
scope.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A request to create an Account Updater job.
Returns the created Account Updater job.
An Account Updater job.