Skip to content

Commit 72c01d4

Browse files
Merge pull request #164 from MobilePayDev/HenrietteBossen-patch-5
Update transition-to-one-platform.md
2 parents 5c34815 + 1481aa1 commit 72c01d4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -173,36 +173,36 @@ Note: For payments made before Nordic Wallet Launch, status_callback_url will st
173173

174174
```json title="HTTP 500 - Something went wrong while trying to refund charge/payment"
175175
{
176-
"status_code": 100,
177-
"status_text": "Something went wrong while refunding charge"
176+
"StatusCode": 100,
177+
"StatusText": "Something went wrong while refunding charge"
178178
}
179179
```
180180

181181
``` json title="HTTP 400 - Charge is too old to refund (older than 365 days)"
182182
{
183-
"status_code": 101,
184-
"status_text": "Cannot refund a charge older than 365 days"
183+
"StatusCode": 101,
184+
"StatusText": "Cannot refund a charge older than 365 days"
185185
}
186186
```
187187

188188
``` json title="HTTP 400 - Agreement for charge is in wrong status to refund (if accepting and pending)"
189189
{
190-
"status_code": 102,
191-
"status_text": "Cannot modify an agreement which is not active"
190+
"StatusCode": 102,
191+
"StatusText": "Cannot modify an agreement which is not active"
192192
}
193193
```
194194

195195
```json title="HTTP 400 - Charge is in wrong status to refund (not charged/captured, partially captured or fully refunded)"
196196
{
197-
"status_code": 103,
198-
"status_text": "Invalid status"
197+
"StatusCode": 103,
198+
"StatusText": "Invalid status"
199199
}
200200
```
201201

202202
```json title="HTTP 400 - Trying to refund higher amount than what is charged/captured"
203203
{
204-
"status_code": 104,
205-
"status_text": "Invalid amount, you cannot refund more than the remaining value on this charge/payment"
204+
"StatusCode": 104,
205+
"StatusText": "Invalid amount, you cannot refund more than the remaining value on this charge/payment"
206206
}
207207
```
208208

0 commit comments

Comments
 (0)