Skip to content

Instantly share code, notes, and snippets.

View raymond-hitpay's full-sized avatar

Raymond Victorio Handoko raymond-hitpay

View GitHub Profile
@raymond-hitpay
raymond-hitpay / hitpay-payment-request-response.schema.json
Last active November 2, 2025 17:09
HitPay Payment Request API - JSON Schema (Response Format)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "HitPayPaymentRequestResponse",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": { "type": "string" },
"email": {