決済の導入、売上の送金、不正利用の防止。Opnは、さまざまなビジネス規模や販売チャネルに対応した、スピーディーで安全、そしてシームレスな決済体験を提供しています。
# Create a charge
require "omise"
Omise.secret_api_key = "skey_test_4xs8breq3htbkj03d2x"
charge = Omise::Charge.create({
amount: 100000,
currency: "thb",
card: "tokn_test_4xs9408a642a1htto8z"
})