RWA Pay
    RWA Pay
    • Create Payment
      POST
    • Check Payment
      GET
    • Webhook Incoming
      POST

      Create Payment

      POST
      /api/payment/create

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://pay.rwa.my.id/api/payment/create' \
      --header 'X-Api-Key: 91adff78-3fe9-4026-adec-d988143c17e5' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "amount": 51000,
        "name": "Bijix",
        "email": "bijix@gmail.com",
        "phone": "08342342"
      }'
      Response Response Example
      {}
      Modified at 2025-07-01 09:02:01
      Next
      Check Payment
      Built with