Is it possible to create Electronic Payment using payablesPayments Rest API
Hi ,
We have a requirement to do quick payment through rest API.
We know that it allows only Manual PaymentType but it seems to be not allowing Electronic payment.
We get below error:
A manual payment can't have a payment process profile with a processing type of electronic. Select a different payment process profile. (AP-810339).
We wanted to check if it is an intended functionality and if there is any workaround.
Any help is greatly appreciated!
We are using below payload:
{
"PaymentNumber": 11001100,
"PaymentDate": "2025-05-16",
"PaymentDescription": "Adhoc Payment",
"PaymentType": "Manual",
"PaymentCurrency": "USD",
"BusinessUnit": "USA USD BU",
"Payee": "ART,LLC",
"PayeeSite": "US-PORTL-PO-PAY",
0