C#
Verify payment service credentials
Verify the credentials of a configured payment service
POST
C#
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Example:
"default"
Body
application/json
The ID of the payment service definition to verify the fields against
Example:
"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.
Example:
"fffd152a-9532-4087-9a4f-de58754210f0"
Response
Successful Response