Skip to main content
GET
/
payment-setting
/
{id}
Get Payment Setting
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/payment-setting/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Payment setting retrieved successfully",
  "paymentSetting": {
    "id": "24d2c371-4a7a-4acd-b4aa-d3eb3bebd8fa",
    "name": "Anthony Francis Payment Setting 1",
    "type": "BankWireTransfer",
    "isDefault": true
  }
}
Get Payment Setting Description:
The /payment-setting/{id} endpoint retrieves details of a specific payment setting by its ID.
Method:
GET
Path Parameter:
ParameterTypeDescription
idstringThe unique identifier of the payment setting

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
idstringpathPayment Setting ID

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

⚠️ 404 - Not Found

❌ 500 - Internal Server Error

Tags

Payment Settings

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Payment Setting ID

Response

Success

message
string
paymentSetting
object
I