Orders Controller Create Order

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typeenumRequired
Allowed values:
dueDatedatetimeRequired
customerIdstringRequired
orderCurrencyenumRequired
fixedOrderCurrencyenumRequired
collectionCurrencyenumRequired
payoutCurrencyenumRequired
originBankAccountIdstringRequired
destinationBankAccountIdstringRequired
productslist of objectsRequired
amountdoubleRequired
descriptionstringOptional
referencestringOptional

Response

idstring

ID of the order

failureMessagestring
rawErrorstring
orderTypestring

Type of the order

statusenum
dueDatedatetime

Due date of the order

descriptionstring
referencestring
merchantobject
customerobject
currencyobject
fixedOrderCurrencyobject
collectionCurrencyobject
payoutCurrencyobject
destinationBankAccountIdstring
originBankAccountIdstring
detailslist of objects
isCompletedboolean
isRefundedboolean
createdAtdatetime
updatedAtdatetime
closedAtdatetime
amountdouble
amountDuedouble
amountPaiddouble
amountRefundeddouble
amountUsddouble
amountDueUsddouble
amountPaidUsddouble
amountRefundedUsddouble

Errors