Skip to content

Commit 2259b69

Browse files
committed
Updated API from documentation release
1 parent 379c828 commit 2259b69

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

api-specs/checkout/examples/payments/refundPaymentAction.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"centAmount": 10000,
55
"currencyCode": "EUR"
66
},
7+
"transactionId": "example-transactionId",
78
"merchantReference": "example-reference"
8-
}
9+
}

api-specs/checkout/types/payment-intents/PaymentIntentRefundAction.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ properties:
1515
description: |
1616
Amount to be refunded. It must be less than or equal to the [captured](/payments-lifecycle#payment-capture) amount.
1717
type: Amount
18+
transactionId?:
19+
type: string
20+
description: |
21+
The identifier of the capture transaction that is associated with the refund action.
1822
merchantReference?:
1923
type: string
2024
description: |

0 commit comments

Comments
 (0)