Skip to content

Commit

Permalink
feat: Allow clearing sticky gateway from payment instrument by sendin…
Browse files Browse the repository at this point in the history
…g `null` value (#1786)

* Allow clearing sticky gateway by sending `null` value

* Update openapi/components/schemas/PaymentInstrumentUpdateToken.yaml

Co-authored-by: Chris  <[email protected]>

* Trigger CI

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
ashkarpetin and noon-dawg authored Mar 22, 2024
1 parent 8630d9d commit f88b26b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openapi/components/schemas/PaymentInstrumentUpdateToken.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ properties:
description: |-
ID of the sticky gateway account.
All future payments are processed by this gateway account.
To remove the sticky gateway account from a payment instrument, set this value to `null`.
For more information,
see [Gateway routing](https://www.rebilly.com/docs/settings/intelligent-payment-routing/#sticky-gateway-accounts).
$ref: ./ResourceId.yaml
type:
- 'string'
- 'null'
maxLength: 50
example: gw_acc_0YVCXMF26DDNKAERE5NW727S34
customFields:
$ref: ./ResourceCustomFields.yaml
useAsBackup:
Expand Down

0 comments on commit f88b26b

Please sign in to comment.