Skip to content

Commit 5fd1e7e

Browse files
authored
Merge pull request #740 from recurly/v3-v2021-02-25-23166488131
Generated Latest Changes for v2021-02-25
2 parents d70f4ae + ac25118 commit 5fd1e7e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

openapi/api.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25243,6 +25243,15 @@ components:
2524325243
"$ref": "#/components/schemas/Transaction/properties/initiator"
2524425244
merchant_reason_code:
2524525245
"$ref": "#/components/schemas/Transaction/properties/merchant_reason_code"
25246+
skip_gateway_fraud:
25247+
type: boolean
25248+
title: Skip Gateway Fraud
25249+
description: When set to `true`, instructs the payment gateway to
25250+
skip fraud checks for this transaction. This is useful for recurring
25251+
transactions where fraud checks have already been performed on the
25252+
initial transaction. Note that not all gateways support this feature.
25253+
For Stripe, this skips Radar fraud rules; for Adyen, this skips
25254+
Risk checks.
2524625255
customer_notes:
2524725256
type: string
2524825257
title: Customer notes
@@ -27241,9 +27250,13 @@ components:
2724127250
default: all
2724227251
enum:
2724327252
- pending
27253+
- processing
2724427254
- past_due
2724527255
- paid
2724627256
- failed
27257+
- open
27258+
- closed
27259+
- voided
2724727260
CollectionMethodEnum:
2724827261
type: string
2724927262
enum:
@@ -27551,6 +27564,7 @@ components:
2755127564
- pix_automatico
2755227565
- mercadopago
2755327566
- klarna
27567+
- braintree_google_pay
2755427568
CardTypeEnum:
2755527569
type: string
2755627570
enum:

0 commit comments

Comments
 (0)