|
621 | 621 | ], |
622 | 622 | "type": "string" |
623 | 623 | }, |
| 624 | + "amazon_pay_payments": { |
| 625 | + "description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.", |
| 626 | + "enum": [ |
| 627 | + "active", |
| 628 | + "inactive", |
| 629 | + "pending" |
| 630 | + ], |
| 631 | + "type": "string" |
| 632 | + }, |
624 | 633 | "au_becs_debit_payments": { |
625 | 634 | "description": "The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.", |
626 | 635 | "enum": [ |
|
71358 | 71367 | "title": "capability_param", |
71359 | 71368 | "type": "object" |
71360 | 71369 | }, |
| 71370 | + "amazon_pay_payments": { |
| 71371 | + "description": "The amazon_pay_payments capability.", |
| 71372 | + "properties": { |
| 71373 | + "requested": { |
| 71374 | + "description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.", |
| 71375 | + "type": "boolean" |
| 71376 | + } |
| 71377 | + }, |
| 71378 | + "title": "capability_param", |
| 71379 | + "type": "object" |
| 71380 | + }, |
71361 | 71381 | "au_becs_debit_payments": { |
71362 | 71382 | "description": "The au_becs_debit_payments capability.", |
71363 | 71383 | "properties": { |
|
73349 | 73369 | "title": "capability_param", |
73350 | 73370 | "type": "object" |
73351 | 73371 | }, |
| 73372 | + "amazon_pay_payments": { |
| 73373 | + "description": "The amazon_pay_payments capability.", |
| 73374 | + "properties": { |
| 73375 | + "requested": { |
| 73376 | + "description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.", |
| 73377 | + "type": "boolean" |
| 73378 | + } |
| 73379 | + }, |
| 73380 | + "title": "capability_param", |
| 73381 | + "type": "object" |
| 73382 | + }, |
73352 | 73383 | "au_becs_debit_payments": { |
73353 | 73384 | "description": "The au_becs_debit_payments capability.", |
73354 | 73385 | "properties": { |
|
0 commit comments