openapi/api.yaml in recurly-4.47.0 vs openapi/api.yaml in recurly-4.48.0
- old
+ new
@@ -8615,12 +8615,10 @@
- invoice
operationId: apply_credit_balance
summary: Apply available credit to a pending or past due charge invoice
description: Apply credit payment to the outstanding balance on an existing
charge invoice from an account’s available balance from existing credit invoices.
- Credit that was refunded from the invoice cannot be applied back to the invoice
- as payment.
parameters:
- "$ref": "#/components/parameters/site_id"
- "$ref": "#/components/parameters/invoice_id"
responses:
'200':
@@ -18387,10 +18385,14 @@
online_banking_payment_type:
"$ref": "#/components/schemas/OnlineBankingPaymentTypeEnum"
deprecated: true
card_type:
"$ref": "#/components/schemas/CardTypeEnum"
+ card_network_preference:
+ description: Represents the card network preference associated with the
+ billing info for dual badged cards. Must be a supported card network.
+ "$ref": "#/components/schemas/CardNetworkEnum"
BillingInfoVerify:
type: object
properties:
gateway_code:
type: string
@@ -24171,10 +24173,16 @@
type: string
format: date-time
title: Trial ends at
description: When the external subscription trial period ends in the external
platform.
+ test:
+ type: boolean
+ title: Test
+ description: An indication of whether or not the external subscription was
+ purchased in a sandbox environment.
+ default: false
created_at:
type: string
format: date-time
title: Created at
description: When the external subscription was created in Recurly.
@@ -24425,10 +24433,14 @@
type: string
description: Used by Adyen and Braintree gateways. For Adyen the Shopper
Reference value used when the external token was created. For Braintree
the PayPal PayerID is populated in the response.
maxLength: 264
+ card_network_preference:
+ description: Represents the card network preference associated with the
+ billing info for dual badged cards. Must be a supported card network.
+ "$ref": "#/components/schemas/CardNetworkEnum"
billing_agreement_id:
type: string
description: Billing Agreement identifier. Only present for Amazon or Paypal
payment methods.
name_on_account:
@@ -25467,9 +25479,17 @@
- Test Card
- Union Pay
- Unknown
- Visa
- Tarjeta Naranja
+ CardNetworkEnum:
+ type: string
+ enum:
+ - Bancontact
+ - CartesBancaires
+ - Dankort
+ - MasterCard
+ - Visa
AccountTypeEnum:
type: string
enum:
- checking
- savings