Create Payment Using REST API

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Create Payment using REST API

Create Invoice and make sure is Validated and approved if necessary.

Check Installments and make sure the Payment Method and Bank Account
Open Postman

Add the URL for POST Method

https://zboh.fa.dc1.c9dev2.oraclecorp.com/fscmRestApi/resources/11.13.18.05/payablesPayments

And the Authorization

Header parameter Content-Type to be added


Fill the Body of the Payload and click on Send

Example here:

"PaymentNumber": 1006,

"PaymentDate": "2019-08-02",

"PaymentDescription": "BB_PAY_REST_API1",

"PaymentType": "Manual",

"PaymentCurrency": "USD",

"BusinessUnit": "Vision Operations",

"Payee": "Advanced Network Devices",


"PayeeSite": "FRESNO",

"DisbursementBankAccountName": "BofA-204",

"PaymentMethod": "Check",

"PaymentProcessProfile": "Standard Check",

"PaymentDocument": "AP Standard Check Format 2",

"relatedInvoices": [

"InvoiceNumber": "BB_PAY_REST_API1",

"InstallmentNumber": 1,

"AmountPaidPaymentCurrency": 124.32

Check response. In this case is successful

CheckId is provided along with the other information


Check in UI Payments status

Go to Manage Payments and search using Payment Number

You might also like