Get a specific payment detail

Last updated August 13th, 2025

get api.withmono.com/owo/v1/fund-requests/{fund_request_id}/payments/{payment_id}
v1.0

This resource allows you to retrieves a single payment record by its unique ID.

Path params
Headers

Request

123456789
curl --request GET \
     --url https://api.withmono.com/owo/v1/fund-requests/{fund_request_id}/payments/{payment_id} \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \
     --header 'Content-Type: application/json' \
     --data '{
  }
}
'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?