PrePayment
PrePayment
Create a pre-payment on order
post
/tenants/{tenantUid}/stores/{storeUid}/orders/{orderUid}/pre-payments
Create a pre-payment on order. Returns a settlementUid, and is handled at the settlements/{settlementUid} endpoint
Authorizations
AuthorizationstringRequired
Accesstoken recevied after user login with a deviceToken
Path parameters
tenantUidstringRequiredPattern:
Reference to a tenant.
^[A-Za-z0-9-_]+storeUidstringRequiredPattern:
Reference to a Store.
^[A-Za-z0-9-_]+orderUidstringRequiredPattern:
Reference to an Order.
^[A-Za-z0-9-_]+Body
Create a new settlement
amountintegerRequired
in cents, e.g. 1,50 as 150
externalIdstringOptional
External reference for the settlement
settlementCodestringRequired
settlementUidstringOptionalPattern:
^[A-Za-z0-9-_]+Responses
201
Example response
application/json
post
/tenants/{tenantUid}/stores/{storeUid}/orders/{orderUid}/pre-payments201
Example response
Last updated
Was this helpful?

