Verify payment service credentials
Verifies a set of credentials against a payment service.
This endpoint requires the payment-services.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request body for verifying credentials against a payment service.
The ID of the payment service to use.
1 - 50
A list of fields where each field is a key-value pair that represents a defined field in the definition of the payment service. You are not required to send the full list of fields if the credentials for the payment service are already stored.
For example, if your credentials for stripe-card
are stored and you only provide a secret_key
in the request, it will override the stored secret_key
and verify the resulting set of credentials against the payment service.
The ID of the payment service. Required if sending a partial set of
credentials in the fields
property.
Was this page helpful?