#capitanrex-ach-credit

1 messages · Page 1 of 1 (latest)

ripe perch
#

@earnest forge That is about ACH Credit Transfer and Sources right? The error means you only have $10 in the receiver/source

earnest forge
#

im in testing mode

#

how can i increase that amount?

ripe perch
earnest forge
#

ok

#

one more question

#

that happens with ach credit transfer

#

but when i try to add a ach debit

#

im getting this error

#

When creating a source with a bank account, the source and the bank account must belong to the same merchant

ripe perch
#

I don't know what you mean "when I try to add a ach debit"

earnest forge
#

var sourceOptions = new SourceCreateOptions
{
Type = SourceType.AchDebit,
Currency = "usd",
Owner = new SourceOwnerOptions { Email = ach.Customer.Email },
Token = ach.Token
};

        var source = await sourceService.CreateAsync(sourceOptions, requestOptions);