saleor-docs icon indicating copy to clipboard operation
saleor-docs copied to clipboard

Provide an info about pspReference limit in docs for transaction API

Open korycins opened this issue 1 year ago • 0 comments

The section that should menton about limit of 512 characters for pspRefrence should be:

  • https://docs.saleor.io/docs/3.x/developer/payments#creating-transactions - the mutation will raise an exception
  • https://docs.saleor.io/docs/3.x/developer/payments#updating-transactions - the mutation will raise an exception
  • All responses from chapter: https://docs.saleor.io/docs/3.x/developer/extending/webhooks/synchronous-events/transaction - the failure TransactionEvent with proper message will be created.

Core PR related to this issue: https://github.com/saleor/saleor/pull/13608

korycins avatar Nov 10 '23 12:11 korycins