Auth
POST {{url}}/token
Overview
Request from Wonga to Paysoft for client data.
EmployerId
unique identifier that Paysoft uses.
FrequencyOfIncome
Defaulted to 1
EmploymentStatus
Defaulted to 1
BankName / BankCode (Decision to use key)
key: 632005
, value: ABSA
key: 470010
, value: Capitec
key: 250655
, value: First National Bank
key: 198765
, value: Nedbank
key: 051001
, value: Standard Bank
AccountType (Decision to use key)
key: 0
, value: Cheque
key: 1
, value: Current
key: 2
, value: Savings
key: 3
, value: Transmission
Request Body
[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"username", "value"=>"{{username}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{password}}", "datatype"=>"string"}]