From 0e7e248a282a91a94bc108e3d3070034491d9478 Mon Sep 17 00:00:00 2001 From: Isaac Murtagh <39183091+IsaacMurtagh@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:26:16 +1300 Subject: [PATCH] Add paid activity type to API docs (#794) --- legacy/src/api/payment-requests/payment-requests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/src/api/payment-requests/payment-requests.md b/legacy/src/api/payment-requests/payment-requests.md index 983b7fdd9..661b14d06 100644 --- a/legacy/src/api/payment-requests/payment-requests.md +++ b/legacy/src/api/payment-requests/payment-requests.md @@ -274,7 +274,8 @@ Payment Activities are created when a Payment Request has been **created**, **pa | ----------------- | ------------------------------------------------------------------------------------------ | | request | [Payment Request][] was created. | | preAuthRequest | [Payment Request][] was created with the `preAuth` flag set to "true". | -| payment | [Payment Request][] was paid. | +| paid | [Payment Request][] was paid. | +| payment | A payment was made towards the [Payment Request][]. | | refund | Funds were returned to the shopper. | | cancellation | [Payment Request][] was cancelled by the merchant or the shopper. | | expiry | [Payment Request][] wasn't paid before time out. |