Skip to main content
POST
Create Payment

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
associations
object[]
required

An array of associations related to the payment, where each item is an AssociationPublicRequest object.

currencyCode
string
required

The currency code for the payment, represented as a string.

paymentAmount
number
required

The amount of the payment, represented as a number.

paymentDate
string
required

The date of the payment, represented as a string.

paymentMethod
string
required

The method used for the payment, represented as a string.

billingAddress
object
customerEmail
string

The email address of the customer making the payment, represented as a string.

Response

successful operation

id
string
required

The unique identifier for the created manual payment, represented as a string.

Last modified on September 11, 2026