 }})
Checkout Page:
 }})
Success Response:
 }})
Failed:
 }})
@extends('layouts.docs.app') @section('content')
{{ url('/') }}/api/request
Accept | application/json |
Content-Type | application/json |
private_key | Merchant_private_key |
currency | Merchant_currency |
is_fallback | Accept(1 OR 0)
|
fallback_url | http://domain.com/status
|
is_test | Accept(1 OR 0)
|
amount | 100 |
purpose | testing purpose |
{{ __('In body add private_key,currency,is_fallback,url,is_test,amount as key and their values from the credentials of merchant profile.') }}