Pay By Bank

Start a Pay By Bank payment

German Payment flow

Basic example of a german user to load the German Language and start with Germany as the preselected bankcountry list.

 {
    "amount": {
        "value": 1,
        "currency": "EUR"
    },
    "serviceId": "SL-1234-1234",
    "integration": {
        "test": false
    },
    "customer": {
        "email": "[email protected]",
        "firstName": "John",
        "lastName": "Doe",
        "locale": "de_DE"
    },
    "description": "1",
    "reference": "REF20250125702",
    "paymentMethod": {
        "id": 2970,
        "input": {
            "issuerId": null,
            "country": "de"
        }
    }
}