Updates existing order paymentAsk AIput https://example.com/api/episerver/v3.0/me/orders/{orderNumber}/{language}/paymentsPath ParamsorderNumberstringrequiredThe order numberlanguagestringrequiredThe languageBody ParamsThe modelamountnumberGets or sets the amount.authorizationCodestring | nullGets or sets the authorization code.billingAddressobjectRepresents a customer address todo: associate with commerce customers via business foundation? todo: add more properties.billingAddress objectsavedBillingAddressNamestring | nullGets or sets the billing address.customerNamestring | nullGets or sets the name of the customer.paymentIdint32Gets the payment identifier.systemKeywordstring | nullGets or sets the name of the payment method.paymentTypestring | nullGets or sets the type of the payment.providerTransactionIDstring | nullGets or sets the provider transaction identifier.statusstring | nullGets or sets the status.transactionIDstring | nullGets or sets the transaction identifier.transactionTypestring | nullGets or sets the type of the transaction.validationCodestring | nullGets or sets the validation code.extendedPropertiesarray of objects | nullCustom properties added by partner or customer.extendedPropertiesADD objectResponses 200OK 400Bad Request 403Forbidden 404Not foundUpdated 7 months ago