GetAllPaymentModesResponse
Response containing the payment modes allowed to the login profiles.
paymentModes object[]nullable
The allowed payment modes (SOAP: ListPaymentModes).
Array [
paymentModeIdinteger<int32>required
Payment mode identifier (SOAP: ID_PaymentMode).
labelstringnullable
Display label (SOAP: Label).
providerstringnullable
Payment provider / gateway (SOAP: Prestataire).
accountInfo1stringnullable
Provider account information 1 (SOAP: AccountInfo1).
accountInfo2stringnullable
Provider account information 2 (SOAP: AccountInfo2).
accountInfo3stringnullable
Provider account information 3 (SOAP: AccountInfo3).
]
GetAllPaymentModesResponse
{
"paymentModes": [
{
"paymentModeId": 0,
"label": "string",
"provider": "string",
"accountInfo1": "string",
"accountInfo2": "string",
"accountInfo3": "string"
}
]
}