Kalbe for Developers
  1. Masrvi
Kalbe for Developers
  • Overview
  • Payments
    • Masrvi
      • How Masrvi payment works
      • Initiate Masrvi payment
        POST
    • Bankily Payment
      POST
    • Check Payment Status
      GET
  • Wallet
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Masrvi

Initiate Masrvi payment

Developing
POST
/api/payment/init
Last modified:2025-06-01 20:21:10
Initiate masrvi payment

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/payment/init' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-06-01 20:21:10
Previous
How Masrvi payment works
Next
Bankily Payment
Built with