Array
(
[status] => INVALID_PAYMENT_INFO
[message] => OpenBanking Bank is required
[code] => 400
)
1
PAYLOAD:{
"merchantPaymentReference":"TAMI1764991327",
"currency":"RON",
"returnUrl":"https://deh.tamisoft.ro/return.php",
"authorization":{
"paymentMethod":"OPEN_BANKING",
"installmentsNumber": 1,
"merchant": {
"mcc": "123456",
"paymentFacilitatorMerchantId": "9876",
"merchantDescriptor": "PAYUTEST*"
}
},
"client":{
"billing":{
"firstName":"John",
"lastName":"Doe",
"compayIdType":"PERSONALID",
"compayId":"123445",
"email":"test@payu.ro",
"phone":"0771346934",
"city":"Bucharest",
"countryCode":"RO",
"state":"Bucharest",
"companyName":"PayU",
"taxId":"example",
"addressLine1":"example",
"addressLine2":"example",
"zipCode":"example",
"identityDocument":{
"number":"12345",
"type":"PERSONALID"
}
},
"delivery":{
"firstName":"John",
"lastName":"Doe",
"phone":"40898625",
"addressLine1":"example",
"addressLine2":"example",
"zipCode":"example",
"city":"Bucharest",
"state":"Bucharest",
"countryCode":"RO",
"email":"name@example.com"
},
"clientIp":"127.0.0.1",
"clientTime":"TEST"
},
"products":[
{
"name":"test",
"sku":"123456",
"unitPrice":1,
"quantity":"1",
"additionalDetails":"string"
}
]
}1