Skip to content

Commit

Permalink
Add paid activity type to API docs (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMurtagh authored Oct 5, 2023
1 parent 980c2a0 commit 0e7e248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion legacy/src/api/payment-requests/payment-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 0e7e248

Please sign in to comment.