Create third party payer payment

Deprecated
POST

Request

This endpoint expects an object.
third_party_payer_idUUIDRequired
amount_centsintegerRequired
allocationslist of objectsRequired
Allocations are portions of payments that are applied to specific resources, known as targets. Each allocation has and amount, defined in cents, and a target.
payment_timestampdatetimeOptional
payment_notestringOptional
check_numberstringOptional
invoice_idUUIDOptional

Response

This endpoint returns an object.
third_party_payer_payment_idUUID
third_party_payerobject
amount_centsinteger
allocationslist of objects
check_numberstringOptional
payment_timestampdatetimeOptional
payment_notestringOptional
invoice_idUUIDOptional

Errors