Create Payfix Withdraw
Creates Payfix Withdraw
POST
https://api.paypot.io/V1/Withdraw/Payfix/Create
This endpoint allows you to create a new Payfix withdraw request.
Headers
Accept
String
application/json
api-key*
String
PayPot API Key
Request Body
memberId*
String
username
or userid
on your side
transactionId*
String
Transaction ID created on your side (this value is sent back to you by a callback request to callback_url
when transaction is completed)
amount*
Integer
Amount in INT
format with no decimals
checksum*
String
Create a string imploding values with pipe character and hash it with sha256
algorithm.
PHP Example:
hash("sha256", "apiKey|secretKey|transactionId")
memberFullName*
String
Full Name
of the user on your side
callback_url*
String
Transaction result will be sent to this endpoint.
payfixAccountNumber*
String
User Payfix Number (Money will be transferred to this address/account)
payfixAccountFullName
String
User Payfix Account Owner Full Name (optional)
Response Parameters
Last updated