Skip to content

Instantly share code, notes, and snippets.

@douglas-c-thomas
Last active February 22, 2017 18:16
Show Gist options
  • Save douglas-c-thomas/000d392fc497205bee40ed03f4e919b0 to your computer and use it in GitHub Desktop.
Save douglas-c-thomas/000d392fc497205bee40ed03f4e919b0 to your computer and use it in GitHub Desktop.
import pokitdok
pd = pokitdok.api.connect(‘<your client id>’, ‘<your client secret>’)
pd.eligibility({
"member": {
"birth_date": "1970-01-01",
"first_name": "Jane",
"last_name": "Doe",
"id": "W000000000"
},
"trading_partner_id": "MOCKPAYER"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment