Untitled

                Never    
JSON
       
{
  "payment_type": "credit_card",
  "transaction_details": {
    "order_id": "44118",
    "gross_amount": 100000
  },
  "credit_card": {
    "token_id": "481111-1114-fa166173-cb6d-4c62-9762-8910b17a9276"
  },
  "item_details": [{
      "id": "a1",
      "price": 50000,
      "quantity": 2,
      "name": "Apel",
      "brand": "Fuji Apple",
      "category": "Fruit",
      "merchant_name": "Fruit-store"
    }],
    "customer_details": {
      "first_name": "BUDI",
      "last_name": "UTOMO",
      "email": "noreply@example.com",
      "phone": "+628123456",
      "billing_address": {
        "first_name": "BUDI",
        "last_name": "UTOMO",
        "email": "noreply@example.com",
        "phone": "081 2233 44-55",
        "address": "Sudirman",
        "city": "Jakarta",
        "postal_code": "12190",
        "country_code": "IDN"
      },
      "shipping_address": {
        "first_name": "BUDI",
        "last_name": "UTOMO",
        "email": "noreply@example.com",
        "phone": "0 8128-75 7-9338",
        "address": "Sudirman",
        "city": "Jakarta",
        "postal_code": "12190",
        "country_code": "IDN"
      }
    }
}

Raw Text