curl --request POST \
--url https://api.decodahealth.com/inventory/members/manual-payment \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"memberId": "<string>",
"paymentMethodId": "<string>",
"comment": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Make a manual payment for a member.
curl --request POST \
--url https://api.decodahealth.com/inventory/members/manual-payment \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"memberId": "<string>",
"paymentMethodId": "<string>",
"comment": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}The tenant you are making this request on behalf of
Your api key
Successful Response