curl --request POST \
--url https://api.decodahealth.com/billing/insurance-payment/create-rainforest-payin-config \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"id": "<string>",
"insurer": "<string>",
"amount": 123,
"comment": "<string>",
"currency": "USD",
"locationId": "<string>",
"creatorId": "<string>"
}
'{
"sessionKey": "<string>",
"payinConfigId": "<string>",
"sandbox": true,
"paymentMethods": []
}curl --request POST \
--url https://api.decodahealth.com/billing/insurance-payment/create-rainforest-payin-config \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"id": "<string>",
"insurer": "<string>",
"amount": 123,
"comment": "<string>",
"currency": "USD",
"locationId": "<string>",
"creatorId": "<string>"
}
'{
"sessionKey": "<string>",
"payinConfigId": "<string>",
"sandbox": true,
"paymentMethods": []
}The tenant you are making this request on behalf of
Your api key
Unique identifier for the insurance payment.
Name of the insurer.
Amount of the payment.
Optional comment about the payment.
Currency of the payment.
Location of the payment.
ID of the provider who created this payment.
Successful Response
Show child attributes
CARD, ACH, APPLE_PAY