28 lines
626 B
PowerShell
28 lines
626 B
PowerShell
|
|
function TestArifPayDeposit {
|
|
$request = @{
|
|
amount=200
|
|
customerEmail="samueltarikufantaye@gmail.com"
|
|
customerPhone="0946685511"
|
|
}
|
|
fortune call POST "arifpay/checkout" -Body $request
|
|
}
|
|
|
|
# function TestARIFCheckout {
|
|
# $request = @{
|
|
# cancelUrl="https://example1.com"
|
|
# phone="251922655097"
|
|
# email="Ex@gmail.net"
|
|
# nonce="251assaddsasad93554asdasd8208sawas"
|
|
# errorUrl="http://error.com"
|
|
# notifyUrl="https://664db983ede9a2b5565497ee.mockapi.io/user"
|
|
# successUrl="http://example.com"
|
|
# paymentMethods=
|
|
# expireDate=
|
|
# items=
|
|
# beneficiaries=
|
|
# lang=
|
|
#
|
|
# }
|
|
# }
|