Hello,
I need to find a customer which has active account of type SVGS and with the existing transactions for this account. Can you please help me to find it?
Thanks,
Svetlana
Hello,
I need to find a customer which has active account of type SVGS and with the existing transactions for this account. Can you please help me to find it?
Thanks,
Svetlana
Hi @Svetlana , You can use this accountId 01010OA00P209 for customer FFDC02 .
You can also use the Financial Transaction API to post transactions and not the Payment API as the Payment API uses different Sandbox.
{
"accountId": "01010OA00P209",
"items": [
{
"transactionId": "116ff646103cWf4n",
"bookingDateTime": "2020-01-30T11:46:25+0530",
"valueDateTime": "2020-01-30T00:00:00+0530",
"description": "Fund Transfer",
"amount": {
"amount": "3000.00",
"currency": "USD"
},
"creditDebitIndicator": "DEBIT",
"debtor": null,
"creditor": null
},
{
"transactionId": "116fd070f7d8Tgbw",
"bookingDateTime": "2020-01-23T03:27:42+0530",
"valueDateTime": "2020-01-23T00:00:00+0530",
"description": "Fund Transfer",
"amount": {
"amount": "3000.00",
"currency": "USD"
},
"creditDebitIndicator": "DEBIT",
"debtor": null,
"creditor": null
},
{
"transactionId": "116fd07d1d04Tgwk",
"bookingDateTime": "2020-01-23T03:40:58+0530",
"valueDateTime": "2020-01-23T00:00:00+0530",
"description": "Fund Transfer",
"amount": {
"amount": "3000.00",
"currency": "USD"
},
"creditDebitIndicator": "DEBIT",
"debtor": null,
"creditor": null
},
{
"transactionId": "116f7be511d3Kksz",
"bookingDateTime": "2020-01-06T17:26:48+0530",
"valueDateTime": "2020-01-06T00:00:00+0530",
"description": "Fund Transfer",
"amount": {
"amount": "3000.00",
"currency": "USD"
},
"creditDebitIndicator": "DEBIT",
"debtor": null,
"creditor": null
}
],
"links": {
"self": {
"href": "/accounts/01010OA00P209/transactions?startDate=2020-01-01&endDate=2020-03-03&limit=10&offset=0&sort=valueDateTime+desc",
"templated": true
},
"first": null,
"next": null,
"prev": null
}
}
Hello, can you please provide me at least one such account? I don't know why but I can't create a transaction. It is returning 500. But I need to test the transactions on the saving account. I'm currently using the account id 02020TY000100 for customer id
PTY0001. If you can navigate me how to do the transfer to this account, it would be enough. Or if you add few transactions to this account it will be fine as well.
Is there a method to find customers with the existing accounts?
Hello Svetlana,
sorry for the late response, could you please tell us which API you are using?
Could be a link to Api Catalog as well. With that we can check what resources are available in the sandbox.
Hi @Svetlana , You can use this accountId 01010OA00P209 for customer FFDC02 .
You can also use the Financial Transaction API to post transactions and not the Payment API as the Payment API uses different Sandbox.
4 People are following this question.