question

Svetlana avatar image
Svetlana asked

Find customer with the specific account and existing transactions

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

accounts b2c
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Ramy Elkhoulany avatar image
Ramy Elkhoulany answered

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

}

}


1583218330173.png (174.4 KiB)
1 comment
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Svetlana avatar image Svetlana commented ·

Thanks a lot @Ramy!

1 Like 1 ·
Svetlana avatar image
Svetlana answered

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?

3 comments
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Dawid Rampalski avatar image Dawid Rampalski ♦♦ commented ·

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.


0 Likes 0 ·
Svetlana avatar image Svetlana Dawid Rampalski ♦♦ commented ·

Hi Dawid, I'm using those APIs

0 Likes 0 ·
Ramy Elkhoulany avatar image Ramy Elkhoulany ♦ Svetlana commented ·

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.


0 Likes 0 ·
Svetlana avatar image
Svetlana answered

Hi Dawid, I'm using those APIs


1583157256272.png (63.2 KiB)
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.