USPS / api-examples

62 stars 12 forks source link

Cannot setup payment account for testing environment #20

Open nohattee opened 7 months ago

nohattee commented 7 months ago

Hi,

I want to create the domestic label (v3) for testing environment. The example told me to setup the payment account with this payload:

{
  "roles": [
  {
    "roleName": "PAYER",
    "CRID": "XXXXXXXX",
    "MID": "XXXXXXXXX",
    "manifestMID": "XXXXXXXXX",
    "accountType": "EPS",
    "accountNumber": "XXXXXXXXXX"
  },
  {
    "roleName": "LABEL_OWNER",
    "CRID": "XXXXXXXX",
    "MID": "XXXXXXXXX",
    "manifestMID": "XXXXXXXXX",
    "accountType": "EPS",
    "accountNumber": "XXXXXXXXXX"
  }]
}

The problem is I cannot find the manifestMID in my business test account. I also to set random data to that field and get this error

"body": "CRID isn't enrolled in USPS Return or USPS Ship Outbound"

Anyone knows to set up the payment account for testing environment, please help me.

MaplesDev commented 6 months ago

I am experiencing this same issue. I have setup everything using "developer-cat" and "gateway-cat".

I have created an EPS account but I cannot select the drop-down to add a payment method. When I send a request to

      /api-cat.usps.com/payments/v3/payment-authorization

I get the same: "body": "CRID isn't enrolled in USPS Ship Outbound"

I was able to enroll in USPS Ship Returns at https://ppc-acctmgmt-cat2.usps.com/acctmgmtui/enrollment but there was no option for 'Outbound'.

edelCustodio commented 5 months ago

Hi guys! @MaplesDev @nohattee

I am trying to do the same thing, but I have the same issue, do you have any update from your side?

Evon-Simran commented 3 months ago

Any lead? @MaplesDev @nohattee @edelCustodio

John-0927 commented 3 months ago

I have exactly the same issue. Tried emailing apisupport@usps.gov but no response 🤬