Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Updating Personal Payment method not working using REST API

Mayar MohamedMay 17 2025

Hello everyone,

We're trying to update personal payment method through REST API, but we're facing a problem when calling the end point. This is the API in Oracle's documentation https://docs.oracle.com/en/cloud/saas/human-resources/24d/farws/op-personalpaymentmethods-personalpaymentmethodsuniqid-patch.html . /hcmRestApi/resources/11.13.18.05/personalPaymentMethods/{personalPaymentMethodsUniqID}

this is our request body and API, https://host/hcmRestApi/resources/11.13.18.05/personalPaymentMethods/300000006090470

{

"PersonalPaymentMethodId": 300000006090470,

"Name": "test\_pay",

"EffectiveStartDate": "2025-05-15",

"EffectiveEndDate": "4712-12-31",

"PayrollRelationshipId": 300000005889855,

"BankAccountId" : 1001,

"Percentage": 30  

}

but testing it through postman, is giving an error of ‘404 Not Found’. We think it's regarding the API call since it requests personalPaymentMethodsUniqID but we are not sure. Shouldn't it work with the PersonalPaymentMethodId? if not, can anyone help with guiding us on how to get the personalPaymentMethodsUniqID ?

Thank you

Comments
Post Details
Added on May 17 2025
0 comments
98 views