Plain Signature
Authorizations
Generate a JWT signed with the client_secret and include the client_id as a claim in its payload.
Generate the signature by creating an SHA256-HMAC hash from the plain signature above, using the signature_secret as the key. Then, Base64-encode the resulting hash and place the final value in the A-Signature header.
Include the email and tenant_id in the payload as Base64 encoded.
Response
200 - application/json
Cash categories retrieved successfully
Example:
"00"
Example:
"success"
Example:
[
{
"code": "UK01",
"desc": "Pembayaran simpanan/Iuran Pokok Anggota",
"account_number": "1.01.01.01",
"category_code": "S",
"category_name": "Uang Keluar",
"cash_type_name": "invalid cash type",
"is_member_required": false
},
{
"code": "UK02",
"desc": "Pembayaran Gaji dan Tunjangan Karyawan",
"account_number": "6.02.01",
"category_code": "S",
"category_name": "Uang Keluar",
"cash_type_name": "invalid cash type",
"is_member_required": false
}
]