| wire_id |
The ID of the payout created on the platform (aka "wire") |
| order_id |
Your unique order id that will be use to reconcile the payout on your system |
| account_id |
The ID for your merchant account on our platform |
| beneficiary_id |
The id for the beneficiary you sent the money to |
| payout_account_id |
The Payout account you sent the money from |
| wire_status |
The status of your payout request, sent as the status name. See Wire Status Reference below for the values and what each one means. |
| transfer_amount |
The amount that was sent to the beneficiary. |
| transfer_currency |
The currency used for the payout request |
| payment_scheme |
The payment method used to transfer the amount |
| payout_account_name |
The name of the account used to payout. |
| payout_account_nickname |
The "nickname" you used when storing the account for easy reference. |
| payout_account_first |
The first name of the payout account holder . |
| payout_account_last |
The last name of the payout account holder . |
| payout_account_company_name |
The company name of the payout account holder . |
| beneficiary_name |
The name of the beneficiary account . |
| beneficiary_nickname |
The "nickname" you used when storing the beneficiary account for easy reference. |
| beneficiary_first |
The first name of the beneficiary account holder. |
| beneficiary_last |
The last name of the beneficiary account holder. |
| beneficiary_company_name |
The company name of the beneficiary account holder. |
| plid |
Your platform identifier, when one is set on the payout. Sent empty otherwise. Not part of the signature. |
| tick |
A timestamp value that makes each notification unique, so that a repeated notification is not served from a cache. Not part of the signature, and safe to ignore. |
| signature |
base64( hash('sha256', wireId + orderID + accountId + beneficiaryId + payoutAccountId + wireStatus + transferAmount + processingCurrency + paymentScheme + payoutAccountName + payoutAccountNickname + payoutAccountFirst + payoutAccountLast + payoutAccountCompanyName + beneficiaryName + beneficiaryNickname + beneficiaryFirst + beneficiaryLast + beneficiaryCompanyName + HashKey)) |