Skip to main content

Get payment session/transaction details


GET

 /api/v1/payment_session/{gid}

Fynd platform uses this api to get payment session/transaction status and details. This API will enable Fynd Platform to current status of payment using gid. Extension will need to respond with the correct payment status. Extension should validate order_checksum_auth before processing the request. This to run cron from platform and update any order which payment was not updated before.
Request Parameters
gid
string
Global identifier for the transaction. This is generated by Fynd payments platform and is unique for each transaction
Response schema
200
400
Success
GetPaymentSessionResponse
payments
array of object (AggregatorPaymentDetails)
Payment Details
Array of AggregatorPaymentDetails
Example Response
Loading...