Skip to content

Commit 763cd35

Browse files
author
Amélie
authored
Merge pull request #178 from MobilePayDev/tre-1929
TRE-1929 add details about status text for recurring payment failure
2 parents 8472847 + c4f9d2f commit 763cd35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/subscriptions/transition-to-one-platform.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,17 @@ Recurring payment callbacks:
352352
| | | | Merchants' initiated cancellation of pending recurring payment
353353
| | | |
354354
| Executed | 0 | null | Payment successfully executed on due date
355-
| Failed | 50000 | Payment failed to execute during the due date | Payment failed to execute during the due date
355+
| Failed | 50000 | `See note below` | Payment failed to execute during the due date
356356
| Declined | 70001 | Payment amount is 5 times higher than agreement amount. | Payment batch request contains a payment which amount is 5 times higher than
357357
| | | | agreement's amount. Applicable when agreement has an amount more than 0
358358
| Declined | 50003 | Declined by system: Agreement is not in \"Active\" state. | Payment batch request contains a payment for non-active agreement
359359
| Declined | 50004 | Declined by system: Found duplicates for the same DueDate and AgreementId/ExternalId. | Payment batch request contains a duplicate payment with the same DueDate and AgreementId/ExternalId
360360
| Declined | 50006 | Declined by system. | Unspecified error when processing payment from payment batch request
361361

362+
**Please note:**
363+
Recurring payment callback with status `Failed` and status code `50000` will be sent with different status text, depending on the reason for the recurring payment failure. For more information, please refer to https://developer.vippsmobilepay.com/docs/APIs/recurring-api/recurring-api-guide/#charge-failure-reasons.
364+
Please also note that the `charge_amount_too_high` failure reason is not applicable to non-reintegrated merchants.
365+
362366

363367
One-off payment sent with an agreement:
364368

0 commit comments

Comments
 (0)