وب سرویس جیبیمو امکان تجهیز سایت با درگاه پرداخت را برای شما ممکن میسازد. علاوه بر این، با جیبیمو میتوانید تراکنشهای خود را بازیابی و مدیریت نمایید. ارائهی کیفپول نیز دیگر قابلیت جیبیمو میباشد.
curl -X POST "https://api.apieco.ir/jibimo/api/business/extended-pay"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'mobile_number(
Mobile number of a user whom you want to pay to.)'
'amount(Amount of payment in Toomaans.)' 'privacy(Privacy scope which can be one of Public, Friend or Personal.)'
'description(Transaction description which will appear in feed.)'
'tracker_id(A UUID which will be used as factor id)' 'iban(International Bank Account Number of user you want to directly pay to. In Persian we call it Sheba.)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}
curl -X GET "https://api.apieco.ir/jibimo/api/business/extended-pay/{transaction_id}"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'transaction_id(integer)(Transaction ID)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}
Required Parameters:
transaction_id
آدرس پایانه
curl -X POST "https://api.apieco.ir/jibimo/api/business/pay"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'mobile_number(
Mobile number of a user whom you want to pay to.)'
'amount(Amount of payment in Toomaans.)' 'privacy(Privacy scope which can be one of Public, Friend or Personal.)'
'description(Transaction description which will appear in feed.)'
'tracker_id(A UUID which will be used as factor id)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}
curl -X GET "https://api.apieco.ir/jibimo/api/business/pay/{transaction_id}"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'transaction_id(integer)(Transaction ID)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}
Required Parameters:
transaction_id
آدرس پایانه
curl -X POST "https://api.apieco.ir/jibimo/api/business/request_transaction"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'mobile_number(
Mobile number of a user whom you want to pay to.)'
'amount(Amount of payment in Toomaans.)' 'privacy(Privacy scope which can be one of Public, Friend or Personal.)'
'description(Transaction description which will appear in feed.)'
'tracker_id(A UUID which will be used as factor id)' 'return_url(
URL to return back after payment.)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}
curl -X GET "https://api.apieco.ir/jibimo/api/business/request_transaction/{transaction_id}"
--header 'host:host:api.apieco.ir/jibimo ' --header 'apieco_key:{YOUR_APIECO_KEY}' --header Authorization :{Access token which must be started with Bearer plus a space and access token} --header Accept:{Type of response which you want to get from server.}
-d 'transaction_id(integer)(Transaction ID)'
پارامترهای پایانه
Header Parameters:
host:api.apieco.ir/jibimo
apieco_key:{YOUR_APIECO_KEY}
Authorization :{Access token which must be started with Bearer plus a space and access token}
Accept:{Type of response which you want to get from server.}