payment-services.write
scope.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Body
application/json
The ID of the payment service definition to verify the fields against
Examples:
"stripe-card"
The fields and their values, or a set of updated fields to merge with existing values.
The optional ID of the configured payment service. New fields will be merged with any existing fields already stored before they are verified.
Examples:
"fffd152a-9532-4087-9a4f-de58754210f0"
Response
Successful Response
The response is of type any
.