Hello!
I just created two ACH payments successfully with the sandbox.
The Order state was PENDING. I was able to GET the payment in the API explorer it return below
{
“payment”: {
“id”: “pQQDtsqolpfSUnKtFtPiGTkgcmAZY”,
“created_at”: “2021-05-25T18:06:55.773Z”,
“updated_at”: “2021-05-25T18:06:55.887Z”,
“amount_money”: {
“amount”: 14544,
“currency”: “USD”
},
“status”: “PENDING”,
“source_type”: “BANK_ACCOUNT”,
“location_id”: “L79WJ55CAENRP”,
“order_id”: “Lp4VZIPDcEspA1CewqvH1rF3mQRZY”,
“customer_id”: “N6YVSKPSDN40KBPD0RM40HH0QC”,
“total_money”: {
“amount”: 14544,
“currency”: “USD”
},
“receipt_number”: “pQQD”,
“bank_account_details”: {
“bank_name”: “Citizens Bank”,
“transfer_type”: “ACH”,
“account_ownership_type”: “INDIVIDUAL”,
“fingerprint”: “sq-1-gXUihaozNilldtfCtwy3dNACeKYwhzzwy3SE59FYFXCaH3qKtbKp49ZRBbhwiJ9M8A”,
“country”: “US”,
“ach_details”: {
“routing_number”: “011401533”,
“account_number_suffix”: “111”,
“account_type”: “SAVINGS”
}
},
“version_token”: “ohqf04mPQrYUH8CWUYb3xSd5f5DVtKNkODK2oXuJiFu6o”
}
}
But, I’m not seeing it in my Sandbox dashboard. It’s also not showing up under that test customers transactions. Am I missing it? Or is this a bug?
Thanks!!