๐Ÿ“„ย Payments API โ€” Online Payments & Payouts


๐Ÿ”‘ Authentication โ€” Retrieve JWT Token

{
  "userName": "your-user-name",
  "password": "your-password"
}

Field Required Type Description
userName โœ… string Username assigned to client after contract signing
password โœ… string Password assigned to client after contract signing
{
  "access_token": "eyJhbGciOiJIUzI1NiJ9..."
}
Field Type Description
access_token string JWT token for authorizing further requests

๐Ÿ’ณ Payment Session โ€” Retrieve Payment Link