Skip to content

get_supported_payment_services funktioniert nur mit banks oder services. #30

Description

@bennybennet

Hi,

get_supported_payment_services funktioniert nur mit banks oder services.
Ich habe einen Live-Zugang und wollte in einer Query alle Payment-Services abfragen. Leider funktioniert es nur in zwei Querys. Das ist kein großes Problem, die API zeigt aber eigentlich eine andere Möglichkeit auf.

session.get_supported_payment_services('de', null, (error, result) => {
        if(error) {
            console.log('get_supported_payment_services - error:', error);
        } else {
            console.log('get_supported_payment_services - result:', result);
        }
    });

Ergebnis ist:
get_supported_payment_services - result: null

Grüße,
Benny

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions