Ping the payment-api service
Service available
API service available, but there was an issue with the api key configuration on the request
curl -i -X GET \ https://test.api.roadsync.app/v0/payment/ping
{- "data": {
- "id": "string",
- "checkNumber": "string",
- "status": "string",
- "reason": "string",
- "fields": [
- {
- "name": "string",
- "required": true
}
]
}, - "errors": [
- {
- "code": "string",
- "title": "string"
}
]
}