-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dx-2311 migration guide continued #2101
Conversation
"status," also expanding the range of values that are given to reflect more | ||
accurately what stage the transaction is in. | ||
|
||
**Initialized** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
remains applicable throughout the active period when the `paymentOrder` is open | ||
for conversion into a payment by the payer. | ||
|
||
**Paid** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
Additionally, `Paid` will be directly returned in the response when conducting | ||
post-purchase actions and if there is an associated amount that has been paid. | ||
|
||
**Aborted** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
within our domain. The latter scenario is applicable solely if you have | ||
implemented a redirect integration. | ||
|
||
**Failed** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
(Merchant Initiated Transactions) transactions and other server-to-server | ||
requests. Please note that this condition may evolve in the future. | ||
|
||
**Reversed** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
Payer identification (Checkin) | ||
|
||
Checkin is no longer supported in its previous form. Payer identification now | ||
**"instrumentMode"** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
feature from the regular menu, and in most cases, it will be returned as | ||
`false`. | ||
|
||
**“guestMode”** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
handling. Subscribe to this event in order to log actions that are happening in | ||
the payment flow at Swedbank Pay. | ||
|
||
**Events no longer needed and/or supported are:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
@@ -197,9 +411,12 @@ | |||
} | |||
} | |||
} | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing code language flag fenced-code-flag remark-lint
{ | ||
"orderReference":"ABC123", | ||
"paymentOrder": { | ||
"id":"/psp/paymentorders/c3ac1392-35b0-43a6-8f27-08dbce43b47c", | ||
"instrument":"Swish" | ||
} | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing code language flag fenced-code-flag remark-lint
**Initialized** | ||
|
||
This status is returned upon the initial creation of the `paymentOrder` and | ||
remains applicable throughout the active period when the `paymentOrder` is open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful with remains
, it’s profane in some cases remains retext-profanities
|
||
**Aborted** | ||
|
||
This value becomes accessible only following the execution of an `abort` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful with execution
, it’s profane in some cases execution retext-profanities
request. This means you are already familiar with the structure, but the | ||
difference now is that it also applies to the response for post-purchase | ||
`Captures`, `Reversals`, and `Cancellations` will now be returned with the | ||
intended response template provided by us. The information structure remains |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful with remains
, it’s profane in some cases remains retext-profanities
Thank you @arebra for your contribution! |
No description provided.