Wallet
Where to use Papara wallet to submit a payout in Turkey.
Submit a payout by Wallet in Turkey
POST https://sandbox.transfersmile.com/api/payout
This endpoint allows you to submit a payout by e-Wallet in Turkey.
Headers
Content-Type*
string
application/json; charset=UTF-8
Authorization*
string
SHA256($sorted_params + $app_key)
AppId*
string
Your App ID in payout platform
Request Body
method*
string
Fixed value: Wallet
channel*
string
Fixed value: UPT
account_type*
string
Beneficiary's UPT account type - One of: UPTION_IBAN, UPTION_ACCOUNT_NO, UPTION_CLIENT_NO -
account*
string
Beneficiary UPT account.
- 0 ~ 64 chars -
name*
string
Beneficiary's name
- Min.5 Max.100 -
amount*
number
Payout Amount, 2 decimal numbers
- Min 10, Max 400,000 -
fee_bear*
string
Processing fee charges to merchant or beneficiary. - One of: merchant beneficiary -
custom_code*
string
Merchant Payout ID - Max. 50 chars -
notify_url*
string
Where pagsmile will send notification to.
arrival_currency*
string
Fixed value: TRY
source_currency*
string
Merchant Account Currency - One of: USD, EUR, GBP, TRY -
amount_type
string
Specify the amount value is fixed for merchant or beneficiary - One of: source_amount, arrival_amount(default) -
country*
string
Fixed Value: TUR for Turkey
additional_remark*
string
Descriptor on the user's bank bill - Max length: 40 -
Example
Note: 94FAC*********************68548 is Pagsmile's test App ID for sandbox, and d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302 is authorization token associated with the test App ID.
Last updated