PayID P2C

Payment method for Australia, the transfer is made using an account (9-digit phone number or email address). PayIn only.

PayIn request

{
    "amount": 100.00,
    "currency": "AUD",
    "invoiceId": "invoiceId",
    "clientId": "clientId",
    "type": "payid",
    "lang": "EN",
    "backUrl": "https://example.com/",
    "clientCredentials": {
        "firstName": "MICHAEL",
        "lastName": "WITENDEN",
        "phone": "467624467",     // Client phone number, AU national number without country code (61)
        "email": "[email protected]",
        "address": {
            "city": "CAMERON PARK",
            "line1": "18 TUCAN CL",
            "line2": "9"
        }
    }
}