Create a payment record

POST

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
amountintegerRequired
currencyenumRequired
objectobjectRequired
paid_atdatetimeRequired
payment_intent_idstringRequired
entity_user_idstringOptional

Response

This endpoint returns an object.
idstring
amountinteger
currencyenum
is_externalboolean
objectobject
paid_atdatetime
payment_intent_idstring
entity_user_idstringOptional
overpaid_amountintegerOptionalDefaults to 0

Filled in a case, if payment amount is more, than total_amount

Errors