Ojire Payment Gateway
  1. Debit / Credit Card
Ojire Payment Gateway
  • Registrasi SNAP di OJIRE Payment Gateway
  • Response Code
  • Otentikasi API
    • Public Key dan Private Key
    • Bearer Token
    • Signature
  • Auth
    • Get Token API
      POST
  • Payment Link
    • Create Payment Link
      POST
    • Inquiry Payment Link
      POST
    • Method Payment Link
      POST
    • Pay Payment Link
      POST
  • Virtual Account
    • Create VA
      POST
    • Update VA
      PUT
    • Inquiry VA Data
      POST
    • Inquiry VA Status
      POST
    • Delete VA
      DELETE
    • Callback VA
      POST
  • QRIS
    • Generate QR MPM
      POST
    • Callback QR
      POST
    • Inquiry QR
      POST
  • Debit / Credit Card
    • Debit / Credit Card Pay
      POST
    • Debit / Credit Card Redirect
      GET
  • Account
    • Get Transaction List
      GET
    • Get Transaction By Id
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Debit / Credit Card

Debit / Credit Card Redirect

Developing
SANDBOX
http://api.sandbox.opg.ojire.com
SANDBOX
http://api.sandbox.opg.ojire.com
GET
http://api.sandbox.opg.ojire.com
/v1.0/credit-card/credit-card-redirect/{cardTransactionId}

Request

Path Params

Responses

🟢200Success
text/html
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.sandbox.opg.ojire.com/v1.0/credit-card/credit-card-redirect/'
Response Response Example
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="refresh" content="0; url=https://bank-tujuan.com/">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Redirecting...</title>
  <script>
    // JavaScript fallback for redirect
    window.location.href = "https://bank-tujuan.com/";
  </script>
</head>
<body>
  <p>If you are not redirected automatically, <a href="https://bank-tujuan.com/">click here</a>.</p>
</body>
</html>
Previous
Debit / Credit Card Pay
Next
Get Transaction List