cURL
curl --request POST \ --url https://api.glass.fm/v2/action/glasscore/payment \ --header 'Content-Type: application/json' \ --data '{ "amountToPay": 123, "InvoiceId": "<string>", "PersonId": 123 }'
Create a new Payment
Represents the total sum of money that is due for a particular payment.
Unique identifier for a specific invoice related to a payment.
1
Unique identifier for an individual associated with a specific payment.
Payment