Payment
Create Payment
Create a new Payment
POST
/
v2
/
action
/
glasscore
/
payment
curl --request POST \
--url https://api.glass.fm/v2/action/glasscore/payment \
--header 'Content-Type: application/json' \
--data '{
"amountToPay": 123,
"InvoiceId": "<string>",
"PersonId": 123
}'
Body
application/json
Response
200
Payment
curl --request POST \
--url https://api.glass.fm/v2/action/glasscore/payment \
--header 'Content-Type: application/json' \
--data '{
"amountToPay": 123,
"InvoiceId": "<string>",
"PersonId": 123
}'
Assistant
Responses are generated using AI and may contain mistakes.