Skip to main content
GET
/
v1
/
payins
/
:id
Get Payin by Internal ID
curl --request GET \
  --url https://stablecoin-api.sandbox.getmeru.com/v1/payins/:id
{
  "success": false,
  "error": "Not Found"
}

Params

id
string
required
Payin internal id.

Response

Returns a payin object.

Error Responses

{
  "success": false,
  "error": "Not Found"
}