getAccounts
Tüm ödeme hesaplarını dizi olarak alır.
Açıklama
Bu yöntem, ödeme hesabını bir dizi olarak alır. Bir ödeme hesabı nesnesi olan IAccountsEntity'ye çözülen bir Promise döner.
Ödemeler.getAccounts();
Örnekler
Minimal örnek
const response = await Payments.getAccounts();
Örnek yanıt
[
{
"id": 3,
"identifier": "stripe",
"isVisible": true,
"localizeInfos": {
"title": "Stripe"
},
"type": "stripe",
"isUsed": true,
"testMode": true,
"settings": {
"status": "not_connected"
},
"testSettings": {
"cancelUrl": "https://stage.oneentry.cloud/",
"successUrl": "https://stage.oneentry.cloud/",
"sessionTimeout": 15,
"stripeAccountId": "acct_1QwkKrAcSoNc7iev",
"stripeRedirectUrl": "https://connect.stripe.com/setup/s/acct_1QwkKrAcSoNc7iev/P86lOscuMN2o",
"stripeOnboardingComplete": true,
"stripePublishableKey": "pk_test_51NFuARAjjmJ80CVnnFoxEsGHmvsgt3Ki9eKvPGGjSVduaEEeLvabwVS8QkcFT0PHu1uxG7CRY0ZTF1dGTD0NIcJk00rNawdm0Z",
"status": "connected"
},
"updatedDate": "2025-02-26T13:04:12.806Z"
},
{
"id": 2,
"identifier": "paypal",
"isVisible": true,
"localizeInfos": {
"title": "PayPal"
},
"type": "custom",
"isUsed": false,
"testMode": true,
"settings": {
"status": "connected"
},
"testSettings": {
"status": "connected"
},
"updatedDate": "2025-02-25T08:56:32.384Z"
},
{
"id": 1,
"identifier": "cash",
"isVisible": true,
"localizeInfos": {
"title": "Nakit"
},
"type": "custom",
"isUsed": true,
"testMode": true,
"settings": {
"status": "connected"
},
"testSettings": {
"status": "connected"
},
"updatedDate": "2025-02-25T08:55:43.957Z"
}
]
Yanıt şeması
Şema: IAccountsEntity
id: number
Nesne tanımlayıcısı.
örnek: 12345
localizeInfos: ILocalizeInfo
Ödeme hesabı nesnesinin JSON tanımı.
identifier: string
Kayıt alanı için metin tanımlayıcı.
örnek: "payment_12345"
type: 'stripe' | 'custom'
Tür 'stripe' veya 'custom' olabilir.
örnek: 'stripe'
isVisible: boolean
Ödeme hesabının görünürlük göstergesi.
örnek: true
isUsed: boolean
Ödeme hesabının kullanım göstergesi.
örnek: false