getPaymentByClientPaymentId

get

getPaymentByClientPaymentId

This API gives the payment information e.g. status for a given a client Id and Client payment id

Resource URL

https://test-apis.us-east-1.libertymutual.com/hydra /v1/transactions/payments

Query Parameters

Name Values Description
clientId
(required)

The Appilcation client ID which associate with payment transaction.

clientPaymentId
(required)

A client payment identifier (order id) which associate with payment transaction.

Header Parameters

Name Values Description
Authorization
(required)

Bearer token.

Request Body

Definitions


Name Type Description

Responses

Code Examples

Try it out !!

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Category

Transactions API

Schema:

HTTP Code Description

400

-> Unable to provide a data due to invalid or insufficient data provided by the client

403

Client is not permitted to use this operation

500

Internal server error

Working...