• Upon change of status or change in configuration, agency-api will make a POST request to the Agency webhook with the updated status, configurations and any errors or fields that need to be updated, if applicable.
  • If an error occurs while sending the webhook POST request, agency-api will make another attempt every 5 minutes.
  • Configuration values will be included if status is APPROVED
{
 "status": "APPROVED",
 "onboardingId": "c40ef516-8ae3-469f-9631-d4a1d016b10a",
 "merchantReference": "agency-id-fh4kse",
 "updatedAt": "2020-04-28T13:15:30Z",
 "configuration": {
   "minimumAmount": {
     "amount": "35.00",
     "currency": "USD"
   },
   "maximumAmount": {
     "amount": "1000.00",
     "currency": "USD"
   }
 }
}