Cashfree
Get Payment by ID
GET
https://sandbox.cashfree.com/pg/orders/{order_id}/payments/{cf_payement_id}
BODY PARAMS
order_id
string
required
Order identifier present in your system. Alphanumeric and only - and _ allowed.
cf_payment_id
integer
required
Cashfree payment ID to view the payment details of an order.
HEADERS
x-client-id
string
Client app ID
s-client-secret
string
Client Secret key
x-api-version
string
API version to be used
Language
cURL
Node
Ruby
PHP
Python
REQUEST
curl --request GET \
--url https://sandbox.cashfree.com/pg/orders/order_id/payments/cf_payment_id \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \